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 | 耀?? | 10010111011100110011111100111111 | 97733f3f |
EUC-JP | 耀?? | 11001101110101000011111100111111 | cdd43f3f |
UTF-8 | 耀믨퍜 | 111010001000000010000000111010111010111110101000111011011000110110011100 | e88080ebafa8ed8d9c |
UHC | 耀믨퍜 | 111010011010010110010010111010101011101110010011 | e9a592eabb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)