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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??地曝モ? | 001111110011111110010010011011101001010010011000100000111000001000111111 | 3f3f926e949883823f |
EUC-JP | ??地曝モ? | 001111110011111111000011110011111100011111111000101001011110001000111111 | 3f3fc3cfc7f8a5e23f |
UTF-8 | 룶뇟地曝モ룶 | 111010111010001110110110111010111000011110011111111001011001110010110000111001101001101110011101111000111000001110100010111010111010001110110110 | eba3b6eb879fe59cb0e69b9de383a2eba3b6 |
UHC | 룶뇟地曝モ룶 | 100011111010101110110100101000011111001010100010111110001110110110101011111000101000111110101011 | 8fabb4a1f2a2f8edabe28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)