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 | 邀?』踰?? | 111001111011000100111111100000010111100011100110111110100011111100111111 | e7b13f8178e6fa3f3f |
EUC-JP | 邀?』踰?? | 111011101011001100111111101000011101100111101100111111000011111100111111 | eeb33fa1d9ecfc3f3f |
UTF-8 | 邀싳』踰껅틦 | 111010011000001010000000111011001000101110110011111000111000000010001111111010001011100010110000111010101011101110000101111011011000101110100110 | e98280ec8bb3e3808fe8b8b0eabb85ed8ba6 |
UHC | 邀싳』踰껅틦 | 111010011010110110011010111011001010000110111011111010111011001010000011111001101011101010010000 | e9ad9aeca1bbebb283e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)