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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ愿堋弭 | 11000010100111001100001110011010110000101001110001011000 | c29cc39ac29c58 |
EUC-JP | ツ愿堋弭 | 1000111011000010110110001100010111010100110001001101011110111001 | 8ec2d8c5d4c4d7b9 |
UTF-8 | ツ愿堋弭 | 111011111011111010000010111001101000010010111111111001011010000010001011111001011011110010101101 | efbe82e684bfe5a08be5bcad |
UHC | ?愿?? | 0011111111101010101101000011111100111111 | 3feab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)