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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繿咲外臀 | 1110001110010001100011011110011110001010010011111110010001011100 | e3918de78a4fe45c |
EUC-JP | 繿咲外臀 | 1110010111110001101110101110100110110011101100001110011110111101 | e5f1bae9b3b0e7bd |
UTF-8 | 繿咲外臀 | 111001111011100110111111111001011001001010110010111001011010010010010110111010001000011110000000 | e7b9bfe592b2e5a496e88780 |
UHC | ??外臀 | 001111110011111111101000111000101101010011101011 | 3f3fe8e2d4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)