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 | ?淺?淺 | 001111111001111111000111001111111001111111000111 | 3f9fc73f9fc7 |
EUC-JP | ?淺?淺 | 001111111101111011001001001111111101111011001001 | 3fdec93fdec9 |
UTF-8 | 뤋淺쟌淺 | 111010111010010010001011111001101011011110111010111011001001111110001100111001101011011110111010 | eba48be6b7baec9f8ce6b7ba |
UHC | 뤋淺쟌淺 | 1000111110111011111101001011110011000000111100101111010010111100 | 8fbbf4bcc0f2f4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)