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 | 紆?祭斑愍 | 111000101111110000111111100011011101010110010100110000011001110010111100 | e2fc3f8dd594c19cbc |
EUC-JP | 紆?祭斑愍 | 111001001111111000111111101110101101011111001000110000111101100010111110 | e4fe3fbad7c8c3d8be |
UTF-8 | 紆렡祭斑愍 | 111001111011010010000110111010111010000010100001111001111010010110101101111001101001011010010001111001101000010010001101 | e7b486eba0a1e7a5ade69691e6848d |
UHC | 紆렡祭斑愍 | 11101001111000011000111010110010111100001010111011011010111010001101101011000000 | e9e18eb2f0aedae8dac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)