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 | 螯れシ | 1110010110100110100000101110101010111100 | e5a682eabc |
EUC-JP | 螯れシ | 111010101010100010100100111011001000111010111100 | eaa8a4ec8ebc |
UTF-8 | 螯れシ | 111010001001111010101111111000111000001010001100111011111011110110111100 | e89eafe3828cefbdbc |
UHC | ?れ? | 00111111101010101110110000111111 | 3faaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)