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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擁??松 | 100101110110100100111111001111111000111110111100 | 97693f3f8fbc |
EUC-JP | 擁??松 | 110011011100101000111111001111111011111010111110 | cdca3f3fbebe |
UTF-8 | 擁숉쓾松 | 111001101001001110000001111011001000100010001001111011001001001110111110111001101001110110111110 | e69381ec8889ec93bee69dbe |
UHC | 擁숉쓾松 | 1110100010110110100110011110110110011101100110011110000111100110 | e8b699ed9d99e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)