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 | 礁スシ | 10001111110010101011110110111100 | 8fcabdbc |
EUC-JP | 礁スシ | 101111101100110010001110101111011000111010111100 | becc8ebd8ebc |
UTF-8 | 礁スシ | 111001111010010010000001111011111011110110111101111011111011110110111100 | e7a481efbdbdefbdbc |
UHC | 礁?? | 11110101101001110011111100111111 | f5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)