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?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
SJIS-WIN | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
EUC-JP | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
UTF-8 | 채혟혘혢혧H챈혷 | 11101100101100011000010011101101100110001001111111101101100110001001100011101101100110001010001011101101100110001010011101001000111011001011000110001000111011011001100010110111 | ecb184ed989fed9898ed98a2ed98a748ecb188ed98b7 |
UHC | 채혟혘혢혧H챈혷 | 110000111010010011000010100010011100001010000011110000101000101111000010100011110100100011000011101001101100001010011110 | c3a4c289c283c28bc28f48c3a6c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)