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 | 迸サ關ェ | 111001111001111010111011111010001001000010101010 | e79ebbe890aa |
EUC-JP | 迸サ關ェ | 1110110111111110100011101011101111101111111100001000111010101010 | edfe8ebbeff08eaa |
UTF-8 | 迸サ關ェ | 111010001011111110111000111011111011110110111011111010011001011110011100111011111011110110101010 | e8bfb8efbdbbe9979cefbdaa |
UHC | ??關? | 0011111100111111110011101011110000111111 | 3f3fcebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)