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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 렻씻렭z렻씻렭zB | 111010111010000010111011111011001001010010111011111010111010000010101101011110101110101110100000101110111110110010010100101110111110101110100000101011010111101001000010 | eba0bbec94bbeba0ad7aeba0bbec94bbeba0ad7a42 |
UHC | 렻씻렭z렻씻렭zB | 100011101100001110111110110001001000111010111010011110101000111011000011101111101100010010001110101110100111101001000010 | 8ec3bec48eba7a8ec3bec48eba7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)