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 | 逡??鷹? | 11100111100101010011111100111111100100011110100100111111 | e7953f3f91e93f |
EUC-JP | 逡??鷹? | 11101101111101010011111100111111110000101110101100111111 | edf53f3fc2eb3f |
UTF-8 | 逡쾌爛鷹렩 | 111010011000000010100001111011001011111010001100111011111010010010011110111010011011011110111001111010111010000010101001 | e980a1ecbe8cefa49ee9b7b9eba0a9 |
UHC | 逡쾌爛鷹렩 | 11110001111001001100010011101000110100011110111111101011111011011000111010110111 | f1e4c4e8d1efebed8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)