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 | 鬯ゥ諤懶スク | 111010011010110010101001111001101000000010011100111011111011110110111000 | e9aca9e6809cefbdb8 |
EUC-JP | 鬯ゥ諤懶スク | 111100101010111010001110101010011110101111100000110110001111000110001110101111011000111010111000 | f2ae8ea9ebe0d8f18ebd8eb8 |
UTF-8 | 鬯ゥ諤懶スク | 111010011010110010101111111011111011110110101001111010001010101110100100111001101000011110110110111011111011110110111101111011111011110110111000 | e9acafefbda9e8aba4e687b6efbdbdefbdb8 |
UHC | ???懶?? | 00111111001111110011111111010100111110110011111100111111 | 3f3f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)