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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??狎??B | 00111111001111111110000010111110001111110011111101000010 | 3f3fe0be3f3f42 |
EUC-JP | ??狎??B | 00111111001111111110000011000000001111110011111101000010 | 3f3fe0c03f3f42 |
UTF-8 | 렼롋狎뤗츨B | 11101011101000001011110011101011101000011000101111100111100010111000111011101011101001001001011111101100101110001010100001000010 | eba0bceba18be78b8eeba497ecb8a842 |
UHC | 렼롋狎뤗츨B | 1000111011000100100011101101000111100100111001001000111111000111110000111111101001000010 | 8ec48ed1e4e48fc7c3fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)