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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ??雙??}B | 0011111100111111100110011101010000111111001111110111110101000010 | 3f3f99d43f3f7d42 |
EUC-JP | ??雙??}B | 0011111100111111110100101101011000111111001111110111110101000010 | 3f3fd2d63f3f7d42 |
UTF-8 | 롇렗雙롒롍}B | 1110101110100001100001111110101110100000100101111110100110011011100110011110101110100001100100101110101110100001100011010111110101000010 | eba187eba097e99b99eba192eba18d7d42 |
UHC | 롇렗雙롒롍}B | 100011101100110110001110101011001110010010101010100011101101011110001110110100110111110101000010 | 8ecd8eace4aa8ed78ed37d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)