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 | 鬯ゥ蟷守オア | 111010011010110010101001111001011011100110001110111001111011010110110001 | e9aca9e5b98ee7b5b1 |
EUC-JP | 鬯ゥ蟷守オア | 111100101010111010001110101010011110101010111011101111001110100110001110101101011000111010110001 | f2ae8ea9eabbbce98eb58eb1 |
UTF-8 | 鬯ゥ蟷守オア | 111010011010110010101111111011111011110110101001111010001001111110110111111001011010111010001000111011111011110110110101111011111011110110110001 | e9acafefbda9e89fb7e5ae88efbdb5efbdb1 |
UHC | ???守?? | 00111111001111110011111111100001111110100011111100111111 | 3f3f3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)