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??TB | 00111111001111110101010000111111001111110101010001000010 | 3f3f543f3f5442 |
SJIS-WIN | 潁鳰T潁鳰TB | 1001111111110001111010011110101001010100100111111111000111101001111010100101010001000010 | 9ff1e9ea549ff1e9ea5442 |
EUC-JP | 潁鳰T潁鳰TB | 1101111011110011111100101110110001010100110111101111001111110010111011000101010001000010 | def3f2ec54def3f2ec5442 |
UTF-8 | 潁鳰T潁鳰TB | 111001101011110110000001111010011011001110110000010101001110011010111101100000011110100110110011101100000101010001000010 | e6bd81e9b3b054e6bd81e9b3b05442 |
UHC | 潁?T潁?TB | 111001111011100000111111010101001110011110111000001111110101010001000010 | e7b83f54e7b83f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)