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 | 諸泌廠貉假 | 11111011101010011001010011100101100011111011000111100110101110011001100011101111 | fba994e58fb1e6b998ef |
EUC-JP | ?泌廠貉假 | 001111111100100011100111101111101011001111101100101110111101000011110001 | 3fc8e7beb3ecbbd0f1 |
UTF-8 | 諸泌廠貉假 | 111011111010100010100010111001101011001110001100111001011011101110100000111010001011001010001001111001011000000110000111 | efa8a2e6b38ce5bba0e8b289e58187 |
UHC | ?泌廠?假 | 0011111111111001101100101111001111011111001111111100101010100011 | 3ff9b2f3df3fcaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)