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 | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
SJIS-WIN | テ渉・Yテ渉・Z | 11000011100011111100001010100101010110011100001110001111110000101010010101011010 | c38fc2a559c38fc2a55a |
EUC-JP | テ渉・Yテ渉・Z | 1000111011000011101111101100010010001110101001010101100110001110110000111011111011000100100011101010010101011010 | 8ec3bec48ea5598ec3bec48ea55a |
UTF-8 | テ渉・Yテ渉・Z | 1110111110111110100000111110011010111000100010011110111110111101101001010101100111101111101111101000001111100110101110001000100111101111101111011010010101011010 | efbe83e6b889efbda559efbe83e6b889efbda55a |
UHC | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)