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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?哀?哀B | 00111111100010001010001100111111100010001010001101000010 | 3f88a33f88a342 |
EUC-JP | ?哀?哀B | 00111111101100001010010100111111101100001010010101000010 | 3fb0a53fb0a542 |
UTF-8 | 쾅哀쾅哀B | 11101100101111101000010111100101100100111000000011101100101111101000010111100101100100111000000001000010 | ecbe85e59380ecbe85e5938042 |
UHC | 쾅哀쾅哀B | 110001001110011111100100111011101100010011100111111001001110111001000010 | c4e7e4eec4e7e4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)