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 | 癲パ??沃 | 1110000110011111100000110111000000111111001111111001011110000000 | e19f83703f3f9780 |
EUC-JP | 癲パ??沃 | 1110001010100001101001011101000100111111001111111100110111100000 | e2a1a5d13f3fcde0 |
UTF-8 | 癲パ랁맀沃 | 111001111001100110110010111000111000001110010001111010111001111010000001111010111010011110000000111001101011001010000011 | e799b2e38391eb9e81eba780e6b283 |
UHC | 癲パ랁맀沃 | 11101111101001101010101111010001100011011110110110010000100110111110100010101010 | efa6abd18ded909be8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)