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 | 倭??秧?? | 1001100001100000001111110011111111100010010111100011111100111111 | 98603f3fe25e3f3f |
EUC-JP | 倭??秧?? | 1100111111000001001111110011111111100011101111110011111100111111 | cfc13f3fe3bf3f3f |
UTF-8 | 倭뜻쮵秧딃썘 | 111001011000000010101101111010111001110010111011111011001010111010110101111001111010011110100111111010111001010010000011111011001000110110011000 | e580adeb9cbbecaeb5e7a7a7eb9483ec8d98 |
UHC | 倭뜻쮵秧딃썘 | 111010001101111010110110111001101010100010010010111001001110101110001010111010011001101110001011 | e8deb6e6a892e4eb8ae99b8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)