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 | 要ユ?節?? | 100101110111011010000011100001100011111110010000110111110011111100111111 | 977683863f90df3f3f |
EUC-JP | 要ユ?節?? | 110011011101011110100101111001100011111111000000111000010011111100111111 | cdd7a5e63fc0e13f3f |
UTF-8 | 要ユ뜿節녔궆 | 111010001010011010000001111000111000001110100110111010111001110010111111111001111010111110000000111010111000010110010100111010101011011010000110 | e8a681e383a6eb9cbfe7af80eb8594eab686 |
UHC | 要ユ뜿節녔궆 | 111010011010100110101011111001101000110110111010111011111011110110110011111001101000001010011111 | e9a9abe68dbaefbdb3e6829f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)