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 | 丈ヲ疾鴫篠 | 1000111111100100101001101000111010111110111100011110111010001110101100001000111011000010 | 8fe4a68ebef1ee8eb08ec2 |
EUC-JP | 丈ヲ疾?鴫篠 | 1011111011100110100011101010011010111100110000000011111110111100101100101011110011000100 | bee68ea6bcc03fbcb2bcc4 |
UTF-8 | 丈ヲ疾鴫篠 | 111001001011100010001000111011111011110110100110111001111001011010111110111011101000010110101001111010011011010010101011111001111010111110100000 | e4b888efbda6e796beee85a9e9b4abe7afa0 |
UHC | 丈?疾??篠 | 111011011101101100111111111100101111000000111111001111111110000111000110 | eddb3ff2f03f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)