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 | テォテゥツ畿 | 11000011101010111100001110101001110000101000101101000101 | c3abc3a9c28b45 |
EUC-JP | テォテゥツ畿 | 100011101100001110001110101010111000111011000011100011101010100110001110110000101011010110100110 | 8ec38eab8ec38ea98ec2b5a6 |
UTF-8 | テォテゥツ畿 | 111011111011111010000011111011111011110110101011111011111011111010000011111011111011110110101001111011111011111010000010111001111001010110111111 | efbe83efbdabefbe83efbda9efbe82e795bf |
UHC | ?????畿 | 00111111001111110011111100111111001111111101000110110010 | 3f3f3f3f3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)