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 | 予??宜у? | 100101110101110000111111001111111000101101011000100001001000010100111111 | 975c3f3f8b5884853f |
EUC-JP | 予??宜у? | 110011011011110100111111001111111011010110111001101001111110010100111111 | cdbd3f3fb5b9a7e53f |
UTF-8 | 予롢룗宜у쭥 | 1110010010111010100010001110101110100001101000101110101110100011100101111110010110101110100111001101000110000011111011001010110110100101 | e4ba88eba1a2eba397e5ae9cd183ecada5 |
UHC | 予롢룗宜у쭥 | 111001011111100010001110111000111000111110010011111010111111000110101100111001011010011110011001 | e5f88ee38f93ebf1ace5a799 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)