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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 怏藁?y | 100111001000100110011000011011010011111101111001 | 9c89986d3f79 |
EUC-JP | 怏藁?y | 110101111110100111001111110011100011111101111001 | d7e9cfce3f79 |
UTF-8 | 怏藁웸y | 11100110100000001000111111101000100101111000000111101100100110111011100001111001 | e6808fe89781ec9bb879 |
UHC | 怏藁웸y | 11100100111010001100110111001011110000001010010001111001 | e4e8cdcbc0a479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)