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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | 茯り桶T | 11100100101010001000001011101000100010011011000101010100 | e4a882e889b154 |
EUC-JP | 茯り桶T | 11101000101010101010010011101010101100101011001101010100 | e8aaa4eab2b354 |
UTF-8 | 茯り桶T | 11101000100011001010111111100011100000101000101011100110101000011011011001010100 | e88cafe3828ae6a1b654 |
UHC | 茯り桶T | 11011100110110101010101011101010111101111101001001010100 | dcdaaaeaf7d254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)