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 | 瓮??兒 | 111000010100010000111111001111111001100101011010 | e1443f3f995a |
EUC-JP | 瓮??兒 | 111000011010010100111111001111111101000110111011 | e1a53f3fd1bb |
UTF-8 | 瓮롉렫兒 | 111001111001001110101110111010111010000110001001111010111010000010101011111001011000010110010010 | e793aeeba189eba0abe58592 |
UHC | 瓮롉렫兒 | 1110100010110111100011101100111110001110101110011110010010101110 | e8b78ecf8eb9e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)