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 | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | ??民???}B | 001111110011111110010110101011110011111100111111001111110111110101000010 | 3f3f96af3f3f3f7d42 |
EUC-JP | ??民???}B | 001111110011111111001100101100010011111100111111001111110111110101000010 | 3f3fccb13f3f3f7d42 |
UTF-8 | 렻매民렗렺렮}B | 1110101110100000101110111110101110100111101001001110011010110000100100011110101110100000100101111110101110100000101110101110101110100000101011100111110101000010 | eba0bbeba7a4e6b091eba097eba0baeba0ae7d42 |
UHC | 렻매民렗렺렮}B | 1000111011000011101110001100010111011010110001011000111010101100100011101100001010001110101110110111110101000010 | 8ec3b8c5dac58eac8ec28ebb7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)