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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寤ゅ??? | 10011011100010001000001011100011001111110011111100111111 | 9b8882e33f3f3f |
EUC-JP | 寤ゅ??? | 11010101111010001010010011100101001111110011111100111111 | d5e8a4e53f3f3f |
UTF-8 | 寤ゅ윜料계 | 111001011010111110100100111000111000001010000101111011001001110010011100111011111010011010111110111010101011001110000100 | e5afa4e38285ec9c9cefa6beeab384 |
UHC | 寤ゅ윜料계 | 11100111111101011010101011100101100111111001111111101000111101111011000011101000 | e7f5aae59f9fe8f7b0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)