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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ツ慊嘉」F | 11000010100111001100001010001001110000111010001101000110 | c29cc289c3a346 |
EUC-JP | ツ慊嘉」F | 100011101100001011011000110001001011001011000101100011101010001101000110 | 8ec2d8c4b2c58ea346 |
UTF-8 | ツ慊嘉」F | 11101111101111101000001011100110100001011000101011100101100110001000100111101111101111011010001101000110 | efbe82e6858ae59889efbda346 |
UHC | ?慊嘉?F | 00111111110011001100001111001010101010010011111101000110 | 3fccc3caa93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)