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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈邪写 | 100011101101111110001110110101111000111011001010 | 8edf8ed78eca |
EUC-JP | 釈邪写 | 101111001110000110111100110110011011110011001100 | bce1bcd9bccc |
UTF-8 | 釈邪写 | 111010011000011110001000111010011000001010101010111001011000011010011001 | e98788e982aae58699 |
UHC | ?邪? | 00111111110111101111011100111111 | 3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)