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 | 螻惹ク | 1110010110110001100011101110010010111000 | e5b18ee4b8 |
EUC-JP | 螻惹ク | 111010101011001110111100111001101000111010111000 | eab3bce68eb8 |
UTF-8 | 螻惹ク | 111010001001111010111011111001101000001110111001111011111011110110111000 | e89ebbe683b9efbdb8 |
UHC | ?惹? | 00111111111001011010100100111111 | 3fe5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)