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 | 倭??矮? | 10011000011000000011111100111111111000011110001000111111 | 98603f3fe1e23f |
EUC-JP | 倭??矮? | 11001111110000010011111100111111111000101110010000111111 | cfc13f3fe2e43f |
UTF-8 | 倭뗰쉬矮ㅴ | 111001011000000010101101111010111001011110110000111011001000100110101100111001111001111110101110111000111000010110110100 | e580adeb97b0ec89ace79faee385b4 |
UHC | 倭뗰쉬矮ㅴ | 11101000110111101000101111101111101111011010110011101000111000011010010011100100 | e8de8befbdace8e1a4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)