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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬯」蠎ュ遏ッ | 111010011010110010100011111001011011101010101101111001111001111110101111 | e9aca3e5baade79faf |
EUC-JP | 鬯」蠎ュ遏ッ | 111100101010111010001110101000111110101010111100100011101010110111101110101000011000111010101111 | f2ae8ea3eabc8eadeea18eaf |
UTF-8 | 鬯」蠎ュ遏ッ | 111010011010110010101111111011111011110110100011111010001010000010001110111011111011110110101101111010011000000110001111111011111011110110101111 | e9acafefbda3e8a08eefbdade9818fefbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)