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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓??倚? | 11101000101111010011111100111111100110001101111100111111 | e8bd3f3f98df3f |
EUC-JP | 霓??倚? | 11110000101111110011111100111111110100001110000100111111 | f0bf3f3fd0e13f |
UTF-8 | 霓ㅳ룂倚놟 | 111010011001110010010011111000111000010110110011111010111010001110000010111001011000000010011010111010111000011010011111 | e99c93e385b3eba382e5809aeb869f |
UHC | 霓ㅳ룂倚놟 | 11100111111001111010010011100011100011111000001111101011111011111000011101000010 | e7e7a4e38f83ebef8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)