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 | 讌肥挨鞨 | 1110011010100101100101001110110010001000101001011110100011100000 | e6a594ec88a5e8e0 |
EUC-JP | 讌肥挨鞨 | 1110110010100111110010001110111010110000101001111111000011100010 | eca7c8eeb0a7f0e2 |
UTF-8 | 讌肥挨鞨 | 111010001010111010001100111010001000001010100101111001101000110010101000111010011001111010101000 | e8ae8ce882a5e68ca8e99ea8 |
UHC | ?肥?鞨 | 001111111101110111111110001111111100101011101010 | 3fddfe3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)