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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 辭媒v辭媒vB | 1110011110000110100101000111110101110110111001111000011010010100011111010111011001000010 | e786947d76e786947d7642 |
EUC-JP | 辭媒v辭媒vB | 1110110111100110110001111101111001110110111011011110011011000111110111100111011001000010 | ede6c7de76ede6c7de7642 |
UTF-8 | 辭媒v辭媒vB | 111010001011111010101101111001011010101010010010011101101110100010111110101011011110010110101010100100100111011001000010 | e8beade5aa9276e8beade5aa927642 |
UHC | 辭媒v辭媒vB | 1101111011110110110110001101101001110110110111101111011011011000110110100111011001000010 | def6d8da76def6d8da7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)