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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 絪??絪??B | 1000111111010011111011000011111100111111100011111101001111101100001111110011111101000010 | 8fd3ec3f3f8fd3ec3f3f42 |
UTF-8 | 絪됰뜤絪됰뜤B | 11100111101101011010101011101011100100001011000011101011100111001010010011100111101101011010101011101011100100001011000011101011100111001010010001000010 | e7b5aaeb90b0eb9ca4e7b5aaeb90b0eb9ca442 |
UHC | 絪됰뜤絪됰뜤B | 11101100110111111000100111101011100011011010011111101100110111111000100111101011100011011010011101000010 | ecdf89eb8da7ecdf89eb8da742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)