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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??眈] | 0011111100111111111000011011110001011101 | 3f3fe1bc5d |
EUC-JP | ??眈] | 0011111100111111111000101011111001011101 | 3f3fe2be5d |
UTF-8 | 룴찼眈] | 11101011101000111011010011101100101100001011110011100111100111001000100001011101 | eba3b4ecb0bce79c885d |
UHC | 룴찼眈] | 10001111101010011100001110100001111101111010111101011101 | 8fa9c3a1f7af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)