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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺遂今譯 | 1110100001000100100100001000101110001101101000011110011010100001 | e844908b8da1e6a1 |
EUC-JP | 錺遂今譯 | 1110111110100101101111111110101110111010101000111110110010100011 | efa5bfebbaa3eca3 |
UTF-8 | 錺遂今譯 | 111010011000110010111010111010011000000110000010111001001011101110001010111010001010110110101111 | e98cbae98182e4bb8ae8adaf |
UHC | ?遂今譯 | 00111111111000101100010011010000110100011110011010111011 | 3fe2c4d0d1e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)