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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 煬煬[煬煬[^ | 1110000010001100111000001000110001011011111000001000110011100000100011000101101101011110 | e08ce08c5be08ce08c5b5e |
EUC-JP | 煬煬[煬煬[^ | 1101111111101100110111111110110001011011110111111110110011011111111011000101101101011110 | dfecdfec5bdfecdfec5b5e |
UTF-8 | 煬煬[煬煬[^ | 111001111000010110101100111001111000010110101100010110111110011110000101101011001110011110000101101011000101101101011110 | e785ace785ac5be785ace785ac5b5e |
UHC | 煬煬[煬煬[^ | 1110010111001001111001011100100101011011111001011100100111100101110010010101101101011110 | e5c9e5c95be5c9e5c95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)