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 | 預??徇?? | 1001011101100001001111110011111110011100011011010011111100111111 | 97613f3f9c6d3f3f |
EUC-JP | 預??徇?? | 1100110111000010001111110011111111010111110011100011111100111111 | cdc23f3fd7ce3f3f |
UTF-8 | 預룡눞徇뺣젉 | 111010011010000010010000111010111010001110100001111010111000100010011110111001011011111010000111111010111011101010100011111011001010000010001001 | e9a090eba3a1eb889ee5be87ebbaa3eca089 |
UHC | 預룡눞徇뺣젉 | 111001111110100010110111111001101000011110110110111000101101111110010101111010111010000010001011 | e7e8b7e687b6e2df95eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)