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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姐?邑? | 100010001011011100111111100101110101011100111111 | 88b73f97573f |
EUC-JP | 姐?邑? | 101100001011100100111111110011011011100000111111 | b0b93fcdb83f |
UTF-8 | 姐렫邑띈 | 111001011010011110010000111010111010000010101011111010011000001010010001111010111001110110001000 | e5a790eba0abe98291eb9d88 |
UHC | 姐렫邑띈 | 1110111010111011100011101011100111101011111010011011011011101000 | eebb8eb9ebe9b6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)