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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 繞??油?] | 1110001110000101001111110011111110010110111110110011111101011101 | e3853f3f96fb3f5d |
EUC-JP | 繞??油?] | 1110010111100101001111110011111111001100111111010011111101011101 | e5e53f3fccfd3f5d |
UTF-8 | 繞볥쉘油킧] | 11100111101110011001111011101011101100111010010111101100100010011001100011100110101100101011100111101101100000101010011101011101 | e7b99eebb3a5ec8998e6b2b9ed82a75d |
UHC | 繞볥쉘油킧] | 1110100110100100100100111110101110111101101010011110101011111010101101010101000101011101 | e9a493ebbda9eafab5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)