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 | 鋻譴鮹槢 | 1111101111011001111001101010001011101001110000011111101011101100 | fbd9e6a2e9c1faec |
EUC-JP | 鋻譴鮹槢 | 10001111111001001101000111101100101001001111001011000011100011111100010011101010 | 8fe4d1eca4f2c38fc4ea |
UTF-8 | 鋻譴鮹槢 | 111010011000101110111011111010001010110110110100111010011010111010111001111001101010011110100010 | e98bbbe8adb4e9aeb9e6a7a2 |
UHC | ?譴?? | 0011111111001100101110010011111100111111 | 3fccb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)