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 | ¼°¼°B | 100011101011110010001110101100001000111010111100100011101011000001000010 | 8ebc8eb08ebc8eb042 |
SJIS-WIN | ???°???°B | 0011111100111111001111111000000110001011001111110011111100111111100000011000101101000010 | 3f3f3f818b3f3f3f818b42 |
EUC-JP | ???°???°B | 0011111100111111001111111010000111101011001111110011111100111111101000011110101101000010 | 3f3f3fa1eb3f3f3fa1eb42 |
UTF-8 | ¼°¼°B | 1100001010001110110000101011110011000010100011101100001010110000110000101000111011000010101111001100001010001110110000101011000001000010 | c28ec2bcc28ec2b0c28ec2bcc28ec2b042 |
UHC | ?¼?°?¼?°B | 00111111101010001111100100111111101000011100011000111111101010001111100100111111101000011100011001000010 | 3fa8f93fa1c63fa8f93fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)