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??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-WIN | 短B形奪束 | 100100100101101001000010100011000110000010010010010001001001000110101001 | 925a428c60924491a9 |
EUC-JP | 短B形奪束 | 110000111011101101000010101101111100000111000011101001011100001010101011 | c3bb42b7c1c3a5c2ab |
UTF-8 | 短B形奪束 | 11100111100111111010110101000010111001011011110110100010111001011010010110101010111001101001110110011111 | e79fad42e5bda2e5a5aae69d9f |
UHC | 短B形奪束 | 110100111010110101000010111110111010000111110111101011001110000111010110 | d3ad42fba1f7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)