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 | ??蕎 | 00111111001111111000101110111100 | 3f3f8bbc |
EUC-JP | ??蕎 | 00111111001111111011011010111110 | 3f3fb6be |
UTF-8 | 뤶풆蕎 | 111010111010010010110110111011011001001010000110111010001001010110001110 | eba4b6ed9286e8958e |
UHC | 뤶풆蕎 | 100011111110010010111110100011101100111011110000 | 8fe4be8ecef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)