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 | 癲??葉?? | 1110000110011111001111110011111110010111011101000011111100111111 | e19f3f3f97743f3f |
EUC-JP | 癲??葉?? | 1110001010100001001111110011111111001101110101010011111100111111 | e2a13f3fcdd53f3f |
UTF-8 | 癲롮옫葉띠옠 | 111001111001100110110010111010111010000110101110111011001001100010101011111010001001000110001001111010111001110110100000111011001001100010100000 | e799b2eba1aeec98abe89189eb9da0ec98a0 |
UHC | 癲롮옫葉띠옠 | 111011111010011010001110111011001001111010101010111001111010100010110110111011001001111010100010 | efa68eec9eaae7a8b6ec9ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)