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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濡??椰?? | 1001010001000111001111110011111110011110101111010011111100111111 | 94473f3f9ebd3f3f |
EUC-JP | 濡??椰?? | 1100011110101000001111110011111111011100101111110011111100111111 | c7a83f3fdcbf3f3f |
UTF-8 | 濡딅죱椰꾨줁 | 111001101011111110100001111010111001010010000101111011001010001110110001111001101010010010110000111010101011111010101000111011001010010010000001 | e6bfa1eb9485eca3b1e6a4b0eabea8eca481 |
UHC | 濡딅죱椰꾨줁 | 111010111010000110001010111010111010000110001100111001011010101110000100111010111010000110011000 | eba18aeba18ce5ab84eba198 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)