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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 偲辞篠璽籵 | 10001110110000111000111010101011100011101100001010001110101000111110001011100000 | 8ec38eab8ec28ea3e2e0 |
EUC-JP | 偲辞篠璽籵 | 10111100110001011011110010101101101111001100010010111100101001011110010011100010 | bcc5bcadbcc4bca5e4e2 |
UTF-8 | 偲辞篠璽籵 | 111001011000000110110010111010001011111010011110111001111010111110100000111001111001001010111101111001111011000110110101 | e581b2e8be9ee7afa0e792bde7b1b5 |
UHC | ??篠璽? | 00111111001111111110000111000110110111111101111000111111 | 3f3fe1c6dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)