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 | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | 莨企ヲケTB | 1110010010111100100010101110100110100110101110010101010001000010 | e4bc8ae9a6b95442 |
EUC-JP | 莨企ヲケTB | 11101000101111101011010011101011100011101010011010001110101110010101010001000010 | e8beb4eb8ea68eb95442 |
UTF-8 | 莨企ヲケTB | 1110100010001110101010001110010010111100100000011110111110111101101001101110111110111101101110010101010001000010 | e88ea8e4bc81efbda6efbdb95442 |
UHC | ?企??TB | 00111111110100001110101000111111001111110101010001000010 | 3fd0ea3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)