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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??‥宥? | 00111111001111111000000101100100100101110100011100111111 | 3f3f816497473f |
EUC-JP | 艅?‥宥? | 100011111101011011111101001111111010000111000101110011011010100000111111 | 8fd6fd3fa1c5cda83f |
UTF-8 | 艅볥‥宥좦 | 111010001000100110000101111010111011001110100101111000101000000010100101111001011010111010100101111011001010001010100110 | e88985ebb3a5e280a5e5aea5eca2a6 |
UHC | 艅볥‥宥좦 | 11100110101010011001001111101011101000011010010111101010111010011010000101000010 | e6a993eba1a5eae9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)