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 | 鴫鉑蒔 | 11110000110000001000111010110000111110111100100110001110101010101111000010110110 | f0c08eb0fbc98eaaf0b6 |
EUC-JP | ?鴫鉑蒔? | 001111111011110010110010100011111110001111100001101111001010110000111111 | 3fbcb28fe3e1bcac3f |
UTF-8 | 鴫鉑蒔 | 111011101000000110111111111010011011010010101011111010011000100110010001111010001001001010010100111011101000000110110101 | ee81bfe9b4abe98991e89294ee81b5 |
UHC | ???蒔? | 001111110011111100111111111000111100100000111111 | 3f3f3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)