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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??橙? | 0011111100111111100111101111001000111111 | 3f3f9ef23f |
EUC-JP | ??橙? | 0011111100111111110111001111010000111111 | 3f3fdcf43f |
UTF-8 | 뤛퀚橙훿 | 111010111010010010011011111011011000000010011010111001101010100110011001111011011001101110111111 | eba49bed809ae6a999ed9bbf |
UHC | 뤛퀚橙훿 | 1000111111001010101100111000111011010100111100101100010010001110 | 8fcab38ed4f2c48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)