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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅ク諠ウ | 111001111110100010111000111001101000001110110011 | e7e8b8e683b3 |
EUC-JP | 鉅ク諠ウ | 1110111011101010100011101011100011101011111000111000111010110011 | eeea8eb8ebe38eb3 |
UTF-8 | 鉅ク諠ウ | 111010011000100110000101111011111011110110111000111010001010101110100000111011111011110110110011 | e98985efbdb8e8aba0efbdb3 |
UHC | 鉅??? | 1100101111101001001111110011111100111111 | cbe93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)