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 | 邯守エ怜ョカ | 111001111011011010001110111001111011010010010111111001011010111010110110 | e7b68ee7b497e5aeb6 |
EUC-JP | 邯守エ怜ョカ | 111011101011100010111100111010011000111010110100110011101110011110001110101011101000111010110110 | eeb8bce98eb4cee78eae8eb6 |
UTF-8 | 邯守エ怜ョカ | 111010011000001010101111111001011010111010001000111011111011110110110100111001101000000010011100111011111011110110101110111011111011110110110110 | e982afe5ae88efbdb4e6809cefbdaeefbdb6 |
UHC | 邯守?怜?? | 110010101111101111100001111110100011111111010110101110110011111100111111 | cafbe1fa3fd6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)