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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???辱?? | 00111111001111110011111110010000010010100011111100111111 | 3f3f3f904a3f3f |
EUC-JP | ???辱?? | 00111111001111110011111110111111101010110011111100111111 | 3f3f3fbfab3f3f |
UTF-8 | 療멱풛辱뺧풚 | 111011111010011110000001111010111010100110110001111011011001001010011011111010001011111010110001111010111011101010100111111011011001001010011010 | efa781eba9b1ed929be8beb1ebbaa7ed929a |
UHC | 療멱풛辱뺧풚 | 111010001111111010111000111010001011111010011110111010011011010010010101111011111011111010011101 | e8feb8e8be9ee9b495efbe9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)