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 | 躁?箏?翁 | 1110011101001110001111111110001010110101001111111000100110100101 | e74e3fe2b53f89a5 |
EUC-JP | 躁?箏?翁 | 1110110110101111001111111110010010110111001111111011001010100111 | edaf3fe4b73fb2a7 |
UTF-8 | 躁렕箏렚翁 | 111010001011101010000001111010111010000010010101111001111010111010001111111010111010000010011010111001111011111110000001 | e8ba81eba095e7ae8feba09ae7bf81 |
UHC | 躁렕箏렚翁 | 11110000111000101000111010101010111011101011010010001110101011011110100010111010 | f0e28eaaeeb48eade8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)