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 | 關崎サ | 1110100010010000100011011110100010111011 | e8908de8bb |
EUC-JP | 關崎サ | 111011111111000010111010111010101000111010111011 | eff0baea8ebb |
UTF-8 | 關崎サ | 111010011001011110011100111001011011010010001110111011111011110110111011 | e9979ce5b48eefbdbb |
UHC | 關崎? | 1100111010111100110100001111100000111111 | cebcd0f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)