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 | 篠晏? | 1000111011000010100111011110010100111111 | 8ec29de53f |
EUC-JP | 篠晏? | 1011110011000100110110101110011100111111 | bcc4dae73f |
UTF-8 | 篠晏굠 | 111001111010111110100000111001101001100110001111111010101011010110100000 | e7afa0e6998feab5a0 |
UHC | 篠晏굠 | 111000011100011011100100110011111000001010001000 | e1c6e4cf8288 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)