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 | 111000011001111100111111001111110101010001000010 | e19f3f3f5442 |
EUC-JP | 癲??TB | 111000101010000100111111001111110101010001000010 | e2a13f3f5442 |
UTF-8 | 癲명돁TB | 1110011110011001101100101110101110101010100001011110101110001111100000010101010001000010 | e799b2ebaa85eb8f815442 |
UHC | 癲명돁TB | 1110111110100110101110001110110110001001100101000101010001000010 | efa6b8ed89945442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)