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 | 勇?8??? | 1001011101000101001111111000001001010111001111110011111100111111 | 97453f82573f3f3f |
EUC-JP | 勇?8??? | 1100110110100110001111111010001110111000001111110011111100111111 | cda63fa3b83f3f3f |
UTF-8 | 勇싲8留⑼㎕ | 111001011000101110000111111011001000101110110010111011111011110010011000111011111010011110001101111000101001000110111100111000111000111010010101 | e58b87ec8bb2efbc98efa78de291bce38e95 |
UHC | 勇싲8留⑼㎕ | 111010011011100010011010111010111010001110111000111010111010011110101001111011111010011110100001 | e9b89aeba3b8eba7a9efa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)