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 | 鬩暦スュ顏堺 | 11101001101010011001011111101111101111011010110111101000111110001000110111100100 | e9a997efbdade8f88de4 |
EUC-JP | 鬩暦スュ顏堺 | 111100101010101111001110111100011000111010111101100011101010110111110000111110101011101011100110 | f2abcef18ebd8eadf0fabae6 |
UTF-8 | 鬩暦スュ顏堺 | 111010011010110010101001111001101001101010100110111011111011110110111101111011111011110110101101111010011010000110001111111001011010000010111010 | e9aca9e69aa6efbdbdefbdade9a18fe5a0ba |
UHC | ?????堺 | 00111111001111110011111100111111001111111100110011110111 | 3f3f3f3f3fccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)