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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 「ォム^ | 101000101111100110001111101010111101000101011110 | a2f98fabd15e |
EUC-JP | 「?ォム^ | 1000111010100010001111111000111010101011100011101101000101011110 | 8ea23f8eab8ed15e |
UTF-8 | 「ォム^ | 11101111101111011010001011101110100110111010101011101111101111011010101111101111101111101001000101011110 | efbda2ee9baaefbdabefbe915e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)