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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巡?6該?? | 100011111000010000111111100000100101010110001010010110010011111100111111 | 8f843f82558a593f3f |
EUC-JP | 巡?6該?? | 101111011110010000111111101000111011011010110011101110100011111100111111 | bde43fa3b6b3ba3f3f |
UTF-8 | 巡볥6該듽궠 | 111001011011011110100001111010111011001110100101111011111011110010010110111010001010100110110010111010111001001110111101111010101011011010100000 | e5b7a1ebb3a5efbc96e8a9b2eb93bdeab6a0 |
UHC | 巡볥6該듽궠 | 111000101101111010010011111010111010001110110110111110101011000110001010111000111000001010110011 | e2de93eba3b6fab18ae382b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)