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 | 隰ロ湜ャワ秧 | 111010001010110011011011111110110100011110101100110111001110001001011110 | e8acdbfb47acdce25e |
EUC-JP | 隰ロ湜ャワ秧 | 11110000101011101000111011011011100011111100011111111100100011101010110010001110110111001110001110111111 | f0ae8edb8fc7fc8eac8edce3bf |
UTF-8 | 隰ロ湜ャワ秧 | 111010011001101010110000111011111011111010011011111001101011100110011100111011111011110110101100111011111011111010011100111001111010011110100111 | e99ab0efbe9be6b99cefbdacefbe9ce7a7a7 |
UHC | ??湜??秧 | 0011111100111111111000111101011100111111001111111110010011101011 | 3f3fe3d73f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)