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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悠??悠??^ | 100101110100100100111111001111111001011101001001001111110011111101011110 | 97493f3f97493f3f5e |
EUC-JP | 悠??悠??^ | 110011011010101000111111001111111100110110101010001111110011111101011110 | cdaa3f3fcdaa3f3f5e |
UTF-8 | 悠곕뵗悠곕뵗^ | 11100110100000101010000011101010101100111001010111101011101101011001011111100110100000101010000011101010101100111001010111101011101101011001011101011110 | e682a0eab395ebb597e682a0eab395ebb5975e |
UHC | 悠곕뵗悠곕뵗^ | 11101010111011011011000011101011100101001001100111101010111011011011000011101011100101001001100101011110 | eaedb0eb9499eaedb0eb94995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)