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 | 隰ロ湜ャワ眈 | 111010001010110011011011111110110100011110101100110111001110000110111100 | e8acdbfb47acdce1bc |
EUC-JP | 隰ロ湜ャワ眈 | 11110000101011101000111011011011100011111100011111111100100011101010110010001110110111001110001010111110 | f0ae8edb8fc7fc8eac8edce2be |
UTF-8 | 隰ロ湜ャワ眈 | 111010011001101010110000111011111011111010011011111001101011100110011100111011111011110110101100111011111011111010011100111001111001110010001000 | e99ab0efbe9be6b99cefbdacefbe9ce79c88 |
UHC | ??湜??眈 | 0011111100111111111000111101011100111111001111111111011110101111 | 3f3fe3d73f3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)