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 | 軏乞瞳薰「 | 111110111011001010001100111011101001001110110101111110111001111010100010 | fbb28cee93b5fb9ea2 |
EUC-JP | 軏乞瞳?「 | 10001111111000001101100110111000111100001100011010110111001111111000111010100010 | 8fe0d9b8f0c6b73f8ea2 |
UTF-8 | 軏乞瞳薰「 | 111010001011101110001111111001001011100110011110111001111001111010110011111010001001011010110000111011111011110110100010 | e8bb8fe4b99ee79eb3e896b0efbda2 |
UHC | ?乞瞳薰? | 0011111111001011111101111101010011011010111111011011100100111111 | 3fcbf7d4dafdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)