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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 業??絶?h | 1000101111000110001111110011111110010000111000100011111101101000 | 8bc63f3f90e23f68 |
EUC-JP | 業??絶?h | 1011011011001000001111110011111111000000111001000011111101101000 | b6c83f3fc0e43f68 |
UTF-8 | 業뉚뼧絶랞h | 11100110101001011010110111101011100010011001101011101011101111001010011111100111101101011011011011101011100111101001111001101000 | e6a5adeb899aebbca7e7b5b6eb9e9e68 |
UHC | 業뉚뼧絶랞h | 1110010111110110100001111110111010010110101010101110111110111110100011011111111001101000 | e5f687ee96aaefbe8dfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)