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 | 001111111000000110011110010110010011111110000001100111100110001001000101 | 3f819e593f819e6245 |
EUC-JP | 瀣◇Y瀣◇bE | 10001111110010011011000110100001111111100101100110001111110010011011000110100001111111100110001001000101 | 8fc9b1a1fe598fc9b1a1fe6245 |
UTF-8 | 瀣◇Y瀣◇bE | 111001111000000010100011111000101001011110000111010110011110011110000000101000111110001010010111100001110110001001000101 | e780a3e2978759e780a3e297876245 |
UHC | 瀣◇Y瀣◇bE | 1111101010101110101000011101111001011001111110101010111010100001110111100110001001000101 | faaea1de59faaea1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)