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 | 倭??曜ゅ? | 100110000110000000111111001111111001011101101010100000101110001100111111 | 98603f3f976a82e33f |
EUC-JP | 倭??曜ゅ? | 110011111100000100111111001111111100110111001011101001001110010100111111 | cfc13f3fcdcba4e53f |
UTF-8 | 倭뗰쉼曜ゅ쬆 | 111001011000000010101101111010111001011110110000111011001000100110111100111001101001101110011100111000111000001010000101111011001010110010000110 | e580adeb97b0ec89bce69b9ce38285ecac86 |
UHC | 倭뗰쉼曜ゅ쬆 | 111010001101111010001011111011111011110110110000111010001111100010101010111001011010011010011101 | e8de8befbdb0e8f8aae5a69d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)