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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??篩 | 00111111001111111110001010111111 | 3f3fe2bf |
EUC-JP | ??篩 | 00111111001111111110010011000001 | 3f3fe4c1 |
UTF-8 | 뤉칿篩 | 111010111010010010001001111011001011100110111111111001111010111110101001 | eba489ecb9bfe7afa9 |
UHC | 뤉칿篩 | 100011111011100110101111100011101101111011101000 | 8fb9af8edee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)