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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 筌れ?F | 111000101010001110000010111010100011111101000110 | e2a382ea3f46 |
EUC-JP | 筌れ?F | 111001001010010110100100111011000011111101000110 | e4a5a4ec3f46 |
UTF-8 | 筌れ꽫F | 11100111101011011000110011100011100000101000110011101010101111011010101101000110 | e7ad8ce3828ceabdab46 |
UHC | 筌れ꽫F | 11101111101001111010101011101100100001001011011001000110 | efa7aaec84b646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)