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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭攀?? | 100011011101010110011101101100110011111100111111 | 8dd59db33f3f |
EUC-JP | 祭攀?? | 101110101101011111011010101101010011111100111111 | bad7dab53f3f |
UTF-8 | 祭攀렖급 | 111001111010010110101101111001101001010010000000111010111010000010010110111010101011100010001001 | e7a5ade69480eba096eab889 |
UHC | 祭攀렖급 | 1111000010101110110110101110011110001110101010111011000111011110 | f0aedae78eabb1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)