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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????逗戟 | 0011111100111111001111110011111110010000100000001000110010000001 | 3f3f3f3f90808c81 |
EUC-JP | ????逗戟 | 0011111100111111001111110011111110111111111000001011011111100001 | 3f3f3f3fbfe0b7e1 |
UTF-8 | 狀뀌땜롊逗戟 | 111011111010011110111010111010111000000010001100111010111001010110011100111010111010000110001010111010011000000010010111111001101000100010011111 | efa7baeb808ceb959ceba18ae98097e6889f |
UHC | 狀뀌땜롊逗戟 | 111011011110111010110010111011101011011010101011100011101101000011010100111010001101000010111101 | edeeb2eeb6ab8ed0d4e8d0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)