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 | ??P????? | 0011111100111111010100000011111100111111001111110011111100111111 | 3f3f503f3f3f3f3f |
SJIS-WIN | ??P????? | 0011111100111111010100000011111100111111001111110011111100111111 | 3f3f503f3f3f3f3f |
EUC-JP | ??P????? | 0011111100111111010100000011111100111111001111110011111100111111 | 3f3f503f3f3f3f3f |
UTF-8 | 렻렮P렺매렜렺旼 | 11101011101000001011101111101011101000001010111001010000111010111010000010111010111010111010011110100100111010111010000010011100111010111010000010111010111001101001011110111100 | eba0bbeba0ae50eba0baeba7a4eba09ceba0bae697bc |
UHC | 렻렮P렺매렜렺旼 | 100011101100001110001110101110110101000010001110110000101011100011000101100011101010111010001110110000101101101011000100 | 8ec38ebb508ec2b8c58eae8ec2dac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)