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 | 宵ソ「ヒ戓ツ | 1000111110101010101111111010001011001011111110101100011111000010 | 8faabfa2cbfac7c2 |
EUC-JP | 宵ソ「ヒ戓ツ | 10111110101011001000111010111111100011101010001010001110110010111000111110111111101010001000111011000010 | beac8ebf8ea28ecb8fbfa88ec2 |
UTF-8 | 宵ソ「ヒ戓ツ | 111001011010111010110101111011111011110110111111111011111011110110100010111011111011111010001011111001101000100010010011111011111011111010000010 | e5aeb5efbdbfefbda2efbe8be68893efbe82 |
UHC | 宵????? | 11100001101100100011111100111111001111110011111100111111 | e1b23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)