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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 豺シ螟ュ譟セ^ | 11100110101101111011110011100101101001001010110111100110100111111011111001011110 | e6b7bce5a4ade69fbe5e |
EUC-JP | 豺シ螟ュ譟セ^ | 11101100101110011000111010111100111010101010011010001110101011011110110010100001100011101011111001011110 | ecb98ebceaa68eadeca18ebe5e |
UTF-8 | 豺シ螟ュ譟セ^ | 11101000101100011011101011101111101111011011110011101000100111101001111111101111101111011010110111101000101011011001111111101111101111011011111001011110 | e8b1baefbdbce89e9fefbdade8ad9fefbdbe5e |
UHC | 豺?螟???^ | 111000111100111100111111110110011010110100111111001111110011111101011110 | e3cf3fd9ad3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)