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 | 、諶ー式嶸 | 11110001111000101010010011111011101010101011000010001110101011101111101010110100 | f1e2a4fbaab08eaefab4 |
EUC-JP | ?、諶ー式嶸 | 00111111100011101010010010001111110111101011010110001110101100001011110010110000100011111011101111110100 | 3f8ea48fdeb58eb0bcb08fbbf4 |
UTF-8 | 、諶ー式嶸 | 111011101000010110011101111011111011110110100100111010001010101110110110111011111011110110110000111001011011110010001111111001011011011010111000 | ee859defbda4e8abb6efbdb0e5bc8fe5b6b8 |
UHC | ??諶?式嶸 | 001111110011111111100100101001100011111111100011110100101110011110101110 | 3f3fe4a63fe3d2e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)