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 | 0011111100111111001111110011111101010100 | 3f3f3f3f54 |
SJIS-WIN | ???其T | 001111110011111100111111100100011011010001010100 | 3f3f3f91b454 |
EUC-JP | ???其T | 001111110011111100111111110000101011011001010100 | 3f3f3fc2b654 |
UTF-8 | 練먩솲其T | 11101111101001101001011011101011101010001010100111101100100001101011001011100101100001011011011001010100 | efa696eba8a9ec86b2e585b654 |
UHC | 練먩솲其T | 111001101101111110010000111001101001100110100111110100001110110001010100 | e6df90e699a7d0ec54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)