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 | 帝?蔚汽 | 10010010111010010011111110001001010101011000101101000100 | 92e93f89558b44 |
EUC-JP | 帝?蔚汽 | 11000100111010110011111110110001101101101011010110100101 | c4eb3fb1b6b5a5 |
UTF-8 | 帝렊蔚汽 | 111001011011100010011101111010111010000010001010111010001001010010011010111001101011000110111101 | e5b89deba08ae8949ae6b1bd |
UHC | 帝렊蔚汽 | 1111000010101000100011101010000111101010101001011101000110101001 | f0a88ea1eaa5d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)