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 | ??誤?阻 | 00111111001111111000110011101011001111111001000101101010 | 3f3f8ceb3f916a |
EUC-JP | ??誤?阻 | 00111111001111111011100011101101001111111100000111001011 | 3f3fb8ed3fc1cb |
UTF-8 | 뤈방誤죤阻 | 111010111010010010001000111010111011000010101001111010001010101010100100111011001010001110100100111010011001100010111011 | eba488ebb0a9e8aaa4eca3a4e998bb |
UHC | 뤈방誤죤阻 | 10001111101110001011100111100110111010001010011011000001110101001111000011100110 | 8fb8b9e6e8a6c1d4f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)