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 | 鴨??浴? | 10001010100110110011111100111111100101111000000100111111 | 8a9b3f3f97813f |
EUC-JP | 鴨??浴? | 10110011111110110011111100111111110011011110000100111111 | b3fb3f3fcde13f |
UTF-8 | 鴨뗺辰浴덨 | 111010011011010010101000111010111001011110111010111011111010010110110001111001101011010110110100111010111000110110101000 | e9b4a8eb97baefa5b1e6b5b4eb8da8 |
UHC | 鴨뗺辰浴덨 | 11100100111001011000101111111001111000111111010111101001101100011000100101000010 | e4e58bf9e3f5e9b18942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)