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 | ツ静猟夕 | 11000010100100001100001110010111110000101001011101011011 | c290c397c2975b |
EUC-JP | ツ静猟夕 | 1000111011000010110000001100010111001110110001001100110110111100 | 8ec2c0c5cec4cdbc |
UTF-8 | ツ静猟夕 | 111011111011111010000010111010011001110110011001111001111000110010011111111001011010010010010101 | efbe82e99d99e78c9fe5a495 |
UHC | ???夕 | 0011111100111111001111111110000010101010 | 3f3f3fe0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)