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 | 馭??馭?? | 1110100101100110001111110011111111101001011001100011111100111111 | e9663f3fe9663f3f |
EUC-JP | 馭??馭?? | 1111000111000111001111110011111111110001110001110011111100111111 | f1c73f3ff1c73f3f |
UTF-8 | 馭곷걲馭곸퓫 | 111010011010011010101101111010101011001110110111111010101011000110110010111010011010011010101101111010101011001110111000111011011001001110101011 | e9a6adeab3b7eab1b2e9a6adeab3b8ed93ab |
UHC | 馭곷걲馭곸퓫 | 111001011101111110000001111010111000000110011001111001011101111110000001111011001011111110010011 | e5df81eb8199e5df81ecbf93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)