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 | 弴フ酣頌齊キ | 11111010101110001100110011100111110001011110100011110001111010101000111010110111 | fab8cce7c5e8f1ea8eb7 |
EUC-JP | 弴フ酣頌齊キ | 10001111101111001110110110001110110011001110111011000111111100001111001111110011111011101000111010110111 | 8fbced8ecceec7f0f3f3ee8eb7 |
UTF-8 | 弴フ酣頌齊キ | 111001011011110010110100111011111011111010001100111010011000010110100011111010011010000010001100111010011011110110001010111011111011110110110111 | e5bcb4efbe8ce985a3e9a08ce9bd8aefbdb7 |
UHC | ???頌齊? | 0011111100111111001111111110000111101011111100001011101000111111 | 3f3f3fe1ebf0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)