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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 檣◇Y檣◇bE | 1001111011111100100000011001111001011001100111101111110010000001100111100110001001000101 | 9efc819e599efc819e6245 |
EUC-JP | 檣◇Y檣◇bE | 1101110011111110101000011111111001011001110111001111111010100001111111100110001001000101 | dcfea1fe59dcfea1fe6245 |
UTF-8 | 檣◇Y檣◇bE | 111001101010101010100011111000101001011110000111010110011110011010101010101000111110001010010111100001110110001001000101 | e6aaa3e2978759e6aaa3e297876245 |
UHC | 檣◇Y檣◇bE | 1110110111101010101000011101111001011001111011011110101010100001110111100110001001000101 | edeaa1de59edeaa1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)