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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莨阪Δ | 111001001011110010001101111000111000001110100010 | e4bc8de383a2 |
EUC-JP | 莨阪Δ | 111010001011111010111010111001011010011010100100 | e8bebae5a6a4 |
UTF-8 | 莨阪Δ | 1110100010001110101010001110100110011000101010101100111010010100 | e88ea8e998aace94 |
UHC | ?阪Δ | 0011111111111000101000011010010111000100 | 3ff8a1a5c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)