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 | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | テァYテァZ | 110000111010011101011001110000111010011101011010 | c3a759c3a75a |
EUC-JP | テァYテァZ | 10001110110000111000111010100111010110011000111011000011100011101010011101011010 | 8ec38ea7598ec38ea75a |
UTF-8 | テァYテァZ | 1110111110111110100000111110111110111101101001110101100111101111101111101000001111101111101111011010011101011010 | efbe83efbda759efbe83efbda75a |
UHC | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)