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 | ⅷセ鑅ョ昭ロ | 111110100100011110111110111110111110011010101110100011111011101011011011 | fa47befbe6ae8fbadb |
EUC-JP | ?セ鑅ョ昭ロ | 001111111000111010111110100011111110010111101010100011101010111010111110101111001000111011011011 | 3f8ebe8fe5ea8eaebebc8edb |
UTF-8 | ⅷセ鑅ョ昭ロ | 111000101000010110110111111011111011110110111110111010011001000110000101111011111011110110101110111001101001100010101101111011111011111010011011 | e285b7efbdbee99185efbdaee698adefbe9b |
UHC | ⅷ???昭? | 1010010110101000001111110011111100111111111000011011100100111111 | a5a83f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)