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 | 邪磁偲爾 | 1000111011010111100011101010010110001110110000111000111010100010 | 8ed78ea58ec38ea2 |
EUC-JP | 邪磁偲爾 | 1011110011011001101111001010011110111100110001011011110010100100 | bcd9bca7bcc5bca4 |
UTF-8 | 邪磁偲爾 | 111010011000001010101010111001111010001110000001111001011000000110110010111001111000100010111110 | e982aae7a381e581b2e788be |
UHC | 邪磁?爾 | 11011110111101111110110110111000001111111110110010110011 | def7edb83fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)