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 | 鴫鉑蒔 | 1111000010101100100011101011000011111011110010011000111010101010 | f0ac8eb0fbc98eaa |
EUC-JP | ?鴫鉑蒔 | 0011111110111100101100101000111111100011111000011011110010101100 | 3fbcb28fe3e1bcac |
UTF-8 | 鴫鉑蒔 | 111011101000000110101011111010011011010010101011111010011000100110010001111010001001001010010100 | ee81abe9b4abe98991e89294 |
UHC | ???蒔 | 0011111100111111001111111110001111001000 | 3f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)