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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲パ??? | 11100001100111111000001101110000001111110011111100111111 | e19f83703f3f3f |
EUC-JP | 癲パ??? | 11100010101000011010010111010001001111110011111100111111 | e2a1a5d13f3f3f |
UTF-8 | 癲パ껋퐠蓮 | 111001111001100110110010111000111000001110010001111010101011101110001011111011011001000010100000111011111010011010011001 | e799b2e38391eabb8bed90a0efa699 |
UHC | 癲パ껋퐠蓮 | 11101111101001101010101111010001100000111110110010111101100010011110011011100101 | efa6abd183ecbd89e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)