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 | 壕橋秘載 | 1000110110001000100010111011010010010100111010011000110111011010 | 8d888bb494e98dda |
EUC-JP | 壕橋秘載 | 1011100111101000101101101011011011001000111010111011101011011100 | b9e8b6b6c8ebbadc |
UTF-8 | 壕橋秘載 | 111001011010001110010101111001101010100110001011111001111010011110011000111010001011110010001001 | e5a395e6a98be7a798e8bc89 |
UHC | 壕橋秘載 | 1111101110111101110011101110100111011101111110101110111010110000 | fbbdcee9ddfaeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)