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 | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 淼夭勢TB | 1111101101000101100110101110111010010000101010000101010001000010 | fb459aee90a85442 |
EUC-JP | 淼夭勢TB | 100011111100011111100110110101001111000011000000101010100101010001000010 | 8fc7e6d4f0c0aa5442 |
UTF-8 | 淼夭勢TB | 1110011010110111101111001110010110100100101011011110010110001011101000100101010001000010 | e6b7bce5a4ade58ba25442 |
UHC | ?夭勢TB | 00111111111010001110110011100001101001110101010001000010 | 3fe8ece1a75442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)