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 | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
EUC-JP | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
UTF-8 | 횛횥챈횒횗짼t | 11101101100110101001101111101101100110101010010111101100101100011000100011101101100110101001001011101101100110101001011111101100101001111011110001110100 | ed9a9bed9aa5ecb188ed9a92ed9a97eca7bc74 |
UHC | 횛횥챈횒횗짼t | 11000011100101011100001110011100110000111010011011000011100011011100001110010001110000101011001001110100 | c395c39cc3a6c38dc391c2b274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)