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 | 鬯ョ讌「霎ィ | 111010011010110010101110111001101010010110100010111010001011111010101000 | e9acaee6a5a2e8bea8 |
EUC-JP | 鬯ョ讌「霎ィ | 111100101010111010001110101011101110110010100111100011101010001011110000110000001000111010101000 | f2ae8eaeeca78ea2f0c08ea8 |
UTF-8 | 鬯ョ讌「霎ィ | 111010011010110010101111111011111011110110101110111010001010111010001100111011111011110110100010111010011001110010001110111011111011110110101000 | e9acafefbdaee8ae8cefbda2e99c8eefbda8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)