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 | ??B????? | 0011111100111111010000100011111100111111001111110011111100111111 | 3f3f423f3f3f3f3f |
SJIS-WIN | ??B????? | 0011111100111111010000100011111100111111001111110011111100111111 | 3f3f423f3f3f3f3f |
EUC-JP | ??B????? | 0011111100111111010000100011111100111111001111110011111100111111 | 3f3f423f3f3f3f3f |
UTF-8 | 렻렑B렺뗘렓렺물 | 11101011101000001011101111101011101000001001000101000010111010111010000010111010111010111001011110011000111010111010000010010011111010111010000010111010111010111010110010111100 | eba0bbeba09142eba0baeb9798eba093eba0baebacbc |
UHC | 렻렑B렺뗘렓렺물 | 100011101100001110001110101001100100001010001110110000101011011011000101100011101010100010001110110000101011100110110000 | 8ec38ea6428ec2b6c58ea88ec2b9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)