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 | 寤ゅ???? | 1001101110001000100000101110001100111111001111110011111100111111 | 9b8882e33f3f3f3f |
EUC-JP | 寤ゅ???? | 1101010111101000101001001110010100111111001111110011111100111111 | d5e8a4e53f3f3f3f |
UTF-8 | 寤ゅ윜料계떆 | 111001011010111110100100111000111000001010000101111011001001110010011100111011111010011010111110111010101011001110000100111010111001011010000110 | e5afa4e38285ec9c9cefa6beeab384eb9686 |
UHC | 寤ゅ윜料계떆 | 111001111111010110101010111001011001111110011111111010001111011110110000111010001000101110011100 | e7f5aae59f9fe8f7b0e88b9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)