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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 僚뽩뫓嶺덨 | 111011111010011010111011111010111011110110101001111010111010101110010011111011111010011010101011111010111000110110101000 | efa6bbebbda9ebab93efa6abeb8da8 |
UHC | 僚뽩뫓嶺덨 | 11101000111010001001011011100101100100011011010111100111101011011000100101000010 | e8e896e591b5e7ad8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)