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 | YZ | 1111011110101100111101101110001011110011101101010101100111110111101011001111011011100010111100111011010101011010 | f7acf6e2f3b559f7acf6e2f3b55a |
EUC-JP | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
UTF-8 | YZ | 1110111010010110100011111110111010010100100010011110111010001010101010000101100111101110100101101000111111101110100101001000100111101110100010101010100001011010 | ee968fee9489ee8aa859ee968fee9489ee8aa85a |
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)