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 | 癲??宜?? | 1110000110011111001111110011111110001011010110000011111100111111 | e19f3f3f8b583f3f |
EUC-JP | 癲??宜?? | 1110001010100001001111110011111110110101101110010011111100111111 | e2a13f3fb5b93f3f |
UTF-8 | 癲뽰뇳宜띈쯁 | 111001111001100110110010111010111011110110110000111010111000011110110011111001011010111010011100111010111001110110001000111011001010111110000001 | e799b2ebbdb0eb87b3e5ae9ceb9d88ecaf81 |
UHC | 癲뽰뇳宜띈쯁 | 111011111010011010010110111011001000011110010111111010111111000110110110111010001010100010011101 | efa696ec8797ebf1b6e8a89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)