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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????界?? | 0011111100111111001111110011111110001010010001010011111100111111 | 3f3f3f3f8a453f3f |
EUC-JP | ????界?? | 0011111100111111001111110011111110110011101001100011111100111111 | 3f3f3f3fb3a63f3f |
UTF-8 | 렻렏렺맣界렻렓 | 111010111010000010111011111010111010000010001111111010111010000010111010111010111010011110100011111001111001010110001100111010111010000010111011111010111010000010010011 | eba0bbeba08feba0baeba7a3e7958ceba0bbeba093 |
UHC | 렻렏렺맣界렻렓 | 1000111011000011100011101010010110001110110000101011100011000100110011011010001110001110110000111000111010101000 | 8ec38ea58ec2b8c4cda38ec38ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)