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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀅ショ鉸 | 1111101101001110101111001111000010100100101011101111101111001110 | fb4ebcf0a4aefbce |
EUC-JP | 瀅シ?ョ鉸 | 1000111111001001101010111000111010111100001111111000111010101110100011111110001111110010 | 8fc9ab8ebc3f8eae8fe3f2 |
UTF-8 | 瀅ショ鉸 | 111001111000000010000101111011111011110110111100111011101000000110100011111011111011110110101110111010011000100110111000 | e78085efbdbcee81a3efbdaee989b8 |
UHC | 瀅???? | 111110111010010000111111001111110011111100111111 | fba43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)