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 | 擁??擁??^ | 100101110110100100111111001111111001011101101001001111110011111101011110 | 97693f3f97693f3f5e |
EUC-JP | 擁??擁??^ | 110011011100101000111111001111111100110111001010001111110011111101011110 | cdca3f3fcdca3f3f5e |
UTF-8 | 擁얠겑擁얠걽^ | 11100110100100111000000111101100100101101010000011101010101100101001000111100110100100111000000111101100100101101010000011101010101100011011110101011110 | e69381ec96a0eab291e69381ec96a0eab1bd5e |
UHC | 擁얠겑擁얠걽^ | 11101000101101101011111011101100100000011010100111101000101101101011111011101100100000011010000001011110 | e8b6beec81a9e8b6beec81a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)