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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 梨뷀삕吏툮 | 111011111010011110100010111010111011011110000000111011001000001010010101111011111010011110011110111011011000100010101110 | efa7a2ebb780ec8295efa79eed88ae |
UHC | 梨뷀삕吏툮 | 11101100101100011001010011101101100110001001100111101100101001111011100101000011 | ecb194ed9899eca7b943 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)