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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ揖テヲテ崚ァ | 110000101001011101001011110000111010011011000011100110111100001110100111 | c2974bc3a6c39bc3a7 |
EUC-JP | ツ揖テヲテ崚ァ | 1000111011000010110011011010110010001110110000111000111010100110100011101100001111010110110001011000111010100111 | 8ec2cdac8ec38ea68ec3d6c58ea7 |
UTF-8 | ツ揖テヲテ崚ァ | 111011111011111010000010111001101000111110010110111011111011111010000011111011111011110110100110111011111011111010000011111001011011010010011010111011111011110110100111 | efbe82e68f96efbe83efbda6efbe83e5b49aefbda7 |
UHC | ?揖????? | 0011111111101011111001110011111100111111001111110011111100111111 | 3febe73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)