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 | 第???√ | 10010001111001100011111100111111001111111000000111100011 | 91e63f3f3f81e3 |
EUC-JP | 第???√ | 11000010111010000011111100111111001111111010001011100101 | c2e83f3f3fa2e5 |
UTF-8 | 第꿰렞ㅵ√ | 111001111010110010101100111010101011111110110000111010111010000010011110111000111000010110110101111000101000100010011010 | e7acaceabfb0eba09ee385b5e2889a |
UHC | 第꿰렞ㅵ√ | 11110000101011111011001011100111100011101010111110100100111001011010000111101110 | f0afb2e78eafa4e5a1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)