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 | eYebE | 1001110001100101100111101001010101011001100111000110010110011110100101010110001001000101 | 9c659e95599c659e956245 |
SJIS-WIN | ?e??Y?e??bE | 0011111101100101001111110011111101011001001111110110010100111111001111110110001001000101 | 3f653f3f593f653f3f6245 |
EUC-JP | ?e??Y?e??bE | 0011111101100101001111110011111101011001001111110110010100111111001111110110001001000101 | 3f653f3f593f653f3f6245 |
UTF-8 | eYebE | 1100001010011100011001011100001010011110110000101001010101011001110000101001110001100101110000101001111011000010100101010110001001000101 | c29c65c29ec29559c29c65c29ec2956245 |
UHC | ?e??Y?e??bE | 0011111101100101001111110011111101011001001111110110010100111111001111110110001001000101 | 3f653f3f593f653f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)