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 | ?忽? | 00111111100011011001101000111111 | 3f8d9a3f |
EUC-JP | ?忽熢 | 001111111011100111111010100011111100101010101011 | 3fb9fa8fcaab |
UTF-8 | 뤈忽熢 | 111010111010010010001000111001011011111110111101111001111000011010100010 | eba488e5bfbde786a2 |
UHC | 뤈忽熢 | 100011111011100011111011111011001101110011101100 | 8fb8fbecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)