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 | ??????}? | 0011111100111111001111110011111100111111001111110111110100111111 | 3f3f3f3f3f3f7d3f |
SJIS-WIN | ??????}? | 0011111100111111001111110011111100111111001111110111110100111111 | 3f3f3f3f3f3f7d3f |
EUC-JP | ??????}? | 0011111100111111001111110011111100111111001111110111110100111111 | 3f3f3f3f3f3f7d3f |
UTF-8 | 횂혮횄혵횄짠}횂 | 11101101100110101000001011101101100110001010111011101101100110101000010011101101100110001011010111101101100110101000010011101100101001111010000001111101111011011001101010000010 | ed9a82ed98aeed9a84ed98b5ed9a84eca7a07ded9a82 |
UHC | 횂혮횄혵횄짠}횂 | 110000111000001011000010100101011100001110000011110000101001110011000011100000111100001010100111011111011100001110000010 | c382c295c383c29cc383c2a77dc382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)