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 | 1001001010000110001111110011111101010100 | 92863f3f54 |
EUC-JP | 中??T | 1100001111100110001111110011111101010100 | c3e63f3f54 |
UTF-8 | 中쯔츌T | 11100100101110001010110111101100101011111001010011101100101110001000110001010100 | e4b8adecaf94ecb88c54 |
UHC | 中쯔츌T | 11110001111010011100001011101010110000111111010001010100 | f1e9c2eac3f454 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)