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 | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
EUC-JP | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
UTF-8 | 혦횦혦횥창횩]H | 1110110110011000101001101110110110011010101001101110110110011000101001101110110110011010101001011110110010110000101111011110110110011010101010010101110101001000 | ed98a6ed9aa6ed98a6ed9aa5ecb0bded9aa95d48 |
UHC | 혦횦혦횥창횩]H | 1100001010001110110000111001110111000010100011101100001110011100110000111010001011000011100111110101110101001000 | c28ec39dc28ec39cc3a2c39f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)