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 | 鬯ア逶イ譴オ | 111010011010110010110001111001111001101110110010111001101010001010110101 | e9acb1e79bb2e6a2b5 |
EUC-JP | 鬯ア逶イ譴オ | 111100101010111010001110101100011110110111111011100011101011001011101100101001001000111010110101 | f2ae8eb1edfb8eb2eca48eb5 |
UTF-8 | 鬯ア逶イ譴オ | 111010011010110010101111111011111011110110110001111010011000000010110110111011111011110110110010111010001010110110110100111011111011110110110101 | e9acafefbdb1e980b6efbdb2e8adb4efbdb5 |
UHC | ????譴? | 00111111001111110011111100111111110011001011100100111111 | 3f3f3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)