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 | 11110001111001001011001111010111010110011111000111100100101100111101011101011010 | f1e4b3d759f1e4b3d75a |
EUC-JP | ?ウラY?ウラZ | 001111111000111010110011100011101101011101011001001111111000111010110011100011101101011101011010 | 3f8eb38ed7593f8eb38ed75a |
UTF-8 | ウラYウラZ | 1110111010000101100111111110111110111101101100111110111110111110100101110101100111101110100001011001111111101111101111011011001111101111101111101001011101011010 | ee859fefbdb3efbe9759ee859fefbdb3efbe975a |
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)