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 | 譯ろッ | 1110011010100001100000101110101110101111 | e6a182ebaf |
EUC-JP | 譯ろッ | 111011001010001110100100111011011000111010101111 | eca3a4ed8eaf |
UTF-8 | 譯ろッ | 111010001010110110101111111000111000001010001101111011111011110110101111 | e8adafe3828defbdaf |
UHC | 譯ろ? | 1110011010111011101010101110110100111111 | e6bbaaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)