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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜈庭惱 | 111001011000010110010010111010111001110010111011 | e58592eb9cbb |
EUC-JP | 蜈庭惱 | 111010011110010111000100111011011101100010111101 | e9e5c4edd8bd |
UTF-8 | 蜈庭惱 | 111010001001110010001000111001011011101010101101111001101000001110110001 | e89c88e5baade683b1 |
UHC | 蜈庭惱 | 111010001010010111101111110101001101001011011101 | e8a5efd4d2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)