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 | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
SJIS-WIN | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
EUC-JP | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
UTF-8 | 렻렗렻렧렩렶f | 11101011101000001011101111101011101000001001011111101011101000001011101111101011101000001010011111101011101000001010100111101011101000001011011001100110 | eba0bbeba097eba0bbeba0a7eba0a9eba0b666 |
UHC | 렻렗렻렧렩렶f | 10001110110000111000111010101100100011101100001110001110101101101000111010110111100011101100000101100110 | 8ec38eac8ec38eb68eb78ec166 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)