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 | 巡?5椅?? | 100011111000010000111111100000100101010010001000110101100011111100111111 | 8f843f825488d63f3f |
EUC-JP | 巡?5椅?? | 101111011110010000111111101000111011010110110000110110000011111100111111 | bde43fa3b5b0d83f3f |
UTF-8 | 巡볥5椅먨띂 | 111001011011011110100001111010111011001110100101111011111011110010010101111001101010010010000101111010111010100010101000111010111001110110000010 | e5b7a1ebb3a5efbc95e6a485eba8a8eb9d82 |
UHC | 巡볥5椅먨띂 | 111000101101111010010011111010111010001110110101111010111111010110010000111001011000110110111101 | e2de93eba3b5ebf590e58dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)