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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?饋???ぃ | 0011111111101001010111100011111100111111001111111000001010100001 | 3fe95e3f3f3f82a1 |
EUC-JP | ?饋???ぃ | 0011111111110001101111110011111100111111001111111010010010100011 | 3ff1bf3f3f3fa4a3 |
UTF-8 | 룶饋튁룫혧ぃ | 111010111010001110110110111010011010010110001011111011011000101010000001111010111010001110101011111011011001100010100111111000111000000110000011 | eba3b6e9a58bed8a81eba3abed98a7e38183 |
UHC | 룶饋튁룫혧ぃ | 100011111010101111001111111110101100011010100011100011111010001011000010100011111010101010100011 | 8fabcffac6a38fa2c28faaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)