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 | 渧雫瀅シ | 11111011010010001000111010110100111110110100111010111100 | fb488eb4fb4ebc |
EUC-JP | 渧雫瀅シ | 10001111110001111110101110111100101101101000111111001001101010111000111010111100 | 8fc7ebbcb68fc9ab8ebc |
UTF-8 | 渧雫瀅シ | 111001101011100010100111111010011001101110101011111001111000000010000101111011111011110110111100 | e6b8a7e99babe78085efbdbc |
UHC | ??瀅? | 0011111100111111111110111010010000111111 | 3f3ffba43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)