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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠏ⅶ蠏 | 1110010110110101111110100100011011110011110111011110010110110101 | e5b5fa46f3dde5b5 |
EUC-JP | 蠏??蠏 | 111010101011011100111111001111111110101010110111 | eab73f3feab7 |
UTF-8 | 蠏ⅶ蠏 | 111010001010000010001111111000101000010110110110111011101000101110010000111010001010000010001111 | e8a08fe285b6ee8b90e8a08f |
UHC | ?ⅶ?? | 0011111110100101101001110011111100111111 | 3fa5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)