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 | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
SJIS-WIN | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
EUC-JP | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
UTF-8 | 혧횉횢횓챨짚째G | 11101101100110001010011111101101100110101000100111101101100110101010001011101101100110101001001111101100101100011010100011101100101001111001101011101100101001111011100001000111 | ed98a7ed9a89ed9aa2ed9a93ecb1a8eca79aeca7b847 |
UHC | 혧횉횢횓챨짚째G | 110000101000111111000011100001111100001110011001110000111000111011000011101100001100001010100100110000101011000001000111 | c28fc387c399c38ec3b0c2a4c2b047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)