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 | 障橋秘載 | 1000111111100001100010111011010010010100111010011000110111011010 | 8fe18bb494e98dda |
EUC-JP | 障橋秘載 | 1011111011100011101101101011011011001000111010111011101011011100 | bee3b6b6c8ebbadc |
UTF-8 | 障橋秘載 | 111010011001101010011100111001101010100110001011111001111010011110011000111010001011110010001001 | e99a9ce6a98be7a798e8bc89 |
UHC | 障橋秘載 | 1110111010100001110011101110100111011101111110101110111010110000 | eea1cee9ddfaeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)