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 | ??§??? | 001111110011111110100111001111110011111100111111 | 3f3fa73f3f3f |
SJIS-WIN | 驤醍§閻ー驤 | 1110100110001000100100011110011110000001100110001110100010000101101100001110100110001000 | e98891e78198e885b0e988 |
EUC-JP | 驤醍§閻ー驤 | 111100011110100011000010111010011010000111111000111011111110010110001110101100001111000111101000 | f1e8c2e9a1f8efe58eb0f1e8 |
UTF-8 | 驤醍§閻ー驤 | 1110100110101001101001001110100110000110100011011100001010100111111010011001011010111011111011111011110110110000111010011010100110100100 | e9a9a4e9868dc2a7e996bbefbdb0e9a9a4 |
UHC | ?醍§閻?? | 001111111111000010110101101000011101011111100111101000100011111100111111 | 3ff0b5a1d7e7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)