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 | ¾½¸¼®^ | 101111101011110110001110101110001000111010111100100011101010111001011110 | bebd8eb88ebc8eae5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???¸???®^ | 00111111001111110011111110001111101000101011000100111111001111110011111110001111101000101110111001011110 | 3f3f3f8fa2b13f3f3f8fa2ee5e |
UTF-8 | ¾½¸¼®^ | 1100001010111110110000101011110111000010100011101100001010111000110000101000111011000010101111001100001010001110110000101010111001011110 | c2bec2bdc28ec2b8c28ec2bcc28ec2ae5e |
UHC | ¾½?¸?¼?®^ | 1010100011111010101010001111011000111111101000101010110000111111101010001111100100111111101000101110011101011110 | a8faa8f63fa2ac3fa8f93fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)