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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軏乞ぐ | 111110111011001010001100111011101000001010101110 | fbb28cee82ae |
EUC-JP | 軏乞ぐ | 10001111111000001101100110111000111100001010010010110000 | 8fe0d9b8f0a4b0 |
UTF-8 | 軏乞ぐ | 111010001011101110001111111001001011100110011110111000111000000110010000 | e8bb8fe4b99ee38190 |
UHC | ?乞ぐ | 0011111111001011111101111010101010110000 | 3fcbf7aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)