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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 粫場 | 11100010111001101000111111101010 | e2e68fea |
EUC-JP | 粫場 | 11100100111010001011111011101100 | e4e8beec |
UTF-8 | 粫場 | 111001111011001010101011111001011010000010110100 | e7b2abe5a0b4 |
UHC | ?場 | 001111111110110111011110 | 3fedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)