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 | 笏ゑシ | 1110001010010100100000101110111110111100 | e29482efbc |
EUC-JP | 笏ゑシ | 111000111111010010100100111100011000111010111100 | e3f4a4f18ebc |
UTF-8 | 笏ゑシ | 111001111010110010001111111000111000001010010001111011111011110110111100 | e7ac8fe38291efbdbc |
UHC | 笏ゑ? | 1111101111101110101010101111000100111111 | fbeeaaf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)