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 | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
SJIS-WIN | 短B他炭但蔵 | 1001001001011010010000101001000110111100100100100101100110010010010000011001000110100000 | 925a4291bc9259924191a0 |
EUC-JP | 短B他炭但蔵 | 1100001110111011010000101100001010111110110000111011101011000011101000101100001010100010 | c3bb42c2bec3bac3a2c2a2 |
UTF-8 | 短B他炭但蔵 | 11100111100111111010110101000010111001001011101110010110111001111000001010101101111001001011110110000110111010001001010010110101 | e79fad42e4bb96e782ade4bd86e894b5 |
UHC | 短B他炭但? | 11010011101011010100001011110110111000101111011110101001110100111010001100111111 | d3ad42f6e2f7a9d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)