To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沃o?艶 | 10010111100000001000001010001111001111111000100110010000 | 9780828f3f8990 |
EUC-JP | 沃o?艶 | 11001101111000001010001111101111001111111011000111110000 | cde0a3ef3fb1f0 |
UTF-8 | 沃o숱艶 | 111001101011001010000011111011111011110110001111111011001000100010110001111010001000100110110110 | e6b283efbd8fec88b1e889b6 |
UHC | 沃o숱艶 | 1110100010101010101000111110111110111101101000101110011011111101 | e8aaa3efbda2e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)