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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ????悌h | 00111111001111110011111100111111100100101110111001101000 | 3f3f3f3f92ee68 |
EUC-JP | ????悌h | 00111111001111110011111100111111110001001111000001101000 | 3f3f3f3fc4f068 |
UTF-8 | 렯렲렯렿悌h | 11101011101000001010111111101011101000001011001011101011101000001010111111101011101000001011111111100110100000101000110001101000 | eba0afeba0b2eba0afeba0bfe6828c68 |
UHC | 렯렲렯렿悌h | 1000111010111100100011101011111110001110101111001000111011000111111100001010101001101000 | 8ebc8ebf8ebc8ec7f0aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)