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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袖多贈狸 | 1001000110110011100100011011110110010001101000011001001001001011 | 91b391bd91a1924b |
EUC-JP | 袖多贈狸 | 1100001010110101110000101011111111000010101000111100001110101100 | c2b5c2bfc2a3c3ac |
UTF-8 | 袖多贈狸 | 111010001010001010010110111001011010010010011010111010001011010010001000111001111000101110111000 | e8a296e5a49ae8b488e78bb8 |
UHC | 袖多贈狸 | 1110001011000000110100101111110111110001111111001101011111100001 | e2c0d2fdf1fcd7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)