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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?逑???? | 00111111111001111001001100111111001111110011111100111111 | 3fe7933f3f3f3f |
EUC-JP | ?逑???? | 00111111111011011111001100111111001111110011111100111111 | 3fedf33f3f3f3f |
UTF-8 | 렺逑렻렊렺렍 | 111010111010000010111010111010011000000010010001111010111010000010111011111010111010000010001010111010111010000010111010111010111010000010001101 | eba0bae98091eba0bbeba08aeba0baeba08d |
UHC | 렺逑렻렊렺렍 | 100011101100001011001111110001111000111011000011100011101010000110001110110000101000111010100011 | 8ec2cfc78ec38ea18ec28ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)