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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ?省澳h? | 00111111100011111100100011100000010100110110100000111111 | 3f8fc8e053683f |
EUC-JP | ?省澳h? | 00111111101111101100101011011111101101000110100000111111 | 3fbecadfb4683f |
UTF-8 | 쀯省澳h쀯 | 11101100100000001010111111100111100111001000000111100110101111101011001101101000111011001000000010101111 | ec80afe79c81e6beb368ec80af |
UHC | 쀯省澳h쀯 | 100101111110111111100000111111011110011111111110011010001001011111101111 | 97efe0fde7fe6897ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)