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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 造???堤?B | 100100011010001000111111001111110011111110010010111001110011111101000010 | 91a23f3f3f92e73f42 |
EUC-JP | 造???堤?B | 110000101010010000111111001111110011111111000100111010010011111101000010 | c2a43f3f3fc4e93f42 |
UTF-8 | 造렎渽렜堤렡B | 11101001100000001010000011101011101000001000111011100110101110001011110111101011101000001001110011100101101000001010010011101011101000001010000101000010 | e980a0eba08ee6b8bdeba09ce5a0a4eba0a142 |
UHC | 造렎渽렜堤렡B | 11110000111000111000111010100100111011101010101010001110101011101111000010100111100011101011001001000010 | f0e38ea4eeaa8eaef0a78eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)