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 | 癸狆癸狆^ | 111000011010000111100000101111001110000110100001111000001011110001011110 | e1a1e0bce1a1e0bc5e |
EUC-JP | 癸狆癸狆^ | 111000101010001111100000101111101110001010100011111000001011111001011110 | e2a3e0bee2a3e0be5e |
UTF-8 | 癸狆癸狆^ | 11100111100110011011100011100111100010111000011011100111100110011011100011100111100010111000011001011110 | e799b8e78b86e799b8e78b865e |
UHC | 癸?癸?^ | 11001101101001000011111111001101101001000011111101011110 | cda43fcda43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)