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 | ??篩? | 0011111100111111111000101011111100111111 | 3f3fe2bf3f |
EUC-JP | ??篩? | 0011111100111111111001001100000100111111 | 3f3fe4c13f |
UTF-8 | 뤉칿篩훿 | 111010111010010010001001111011001011100110111111111001111010111110101001111011011001101110111111 | eba489ecb9bfe7afa9ed9bbf |
UHC | 뤉칿篩훿 | 1000111110111001101011111000111011011110111010001100010010001110 | 8fb9af8edee8c48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)