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 | 擁??瑤??^ | 100101110110100100111111001111111110101010100010001111110011111101011110 | 97693f3feaa23f3f5e |
EUC-JP | 擁??瑤??^ | 110011011100101000111111001111111111010010100100001111110011111101011110 | cdca3f3ff4a43f3f5e |
UTF-8 | 擁숇젾瑤노젳^ | 11100110100100111000000111101100100010001000011111101100101000001011111011100111100100011010010011101011100001011011100011101100101000001011001101011110 | e69381ec8887eca0bee791a4eb85b8eca0b35e |
UHC | 擁숇젾瑤노젳^ | 11101000101101101001100111101011101000001011000011101000111111011011001111101011101000001010011101011110 | e8b699eba0b0e8fdb3eba0a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)