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 | 円??揖?? | 1000100101111110001111110011111110010111010010110011111100111111 | 897e3f3f974b3f3f |
EUC-JP | 円??揖?? | 1011000111011111001111110011111111001101101011000011111100111111 | b1df3f3fcdac3f3f |
UTF-8 | 円ㅻ뙋揖덃퐗 | 111001011000011010000110111000111000010110111011111010111001100110001011111001101000111110010110111010111000110110000011111011011001000010010111 | e58686e385bbeb998be68f96eb8d83ed9097 |
UHC | 円ㅻ뙋揖덃퐗 | 111001011111011110100100111010111000110010010000111010111110011110001000111001101011110110000001 | e5f7a4eb8c90ebe788e6bd81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)