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 | 軏乞柾 | 111110111011001010001100111011101001011010001111 | fbb28cee968f |
EUC-JP | 軏乞柾 | 10001111111000001101100110111000111100001100101111101111 | 8fe0d9b8f0cbef |
UTF-8 | 軏乞柾 | 111010001011101110001111111001001011100110011110111001101001111110111110 | e8bb8fe4b99ee69fbe |
UHC | ?乞柾 | 0011111111001011111101111110111111011110 | 3fcbf7efde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)