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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霰悸俔 | 111010001100010110011100101001111001100011010101 | e8c59ca798d5 |
EUC-JP | 霰悸俔 | 111100001100011111011000101010011101000011010111 | f0c7d8a9d0d7 |
UTF-8 | 霰悸俔 | 111010011001110010110000111001101000001010111000111001001011111110010100 | e99cb0e682b8e4bf94 |
UHC | 霰悸俔 | 110111111010110011001100111110111111101011010101 | dfacccfbfad5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)