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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???邀? | 001111110011111100111111111001111011000100111111 | 3f3f3fe7b13f |
EUC-JP | ???邀? | 001111110011111100111111111011101011001100111111 | 3f3f3feeb33f |
UTF-8 | 呂곁푻邀쁁 | 111011111010011010000000111010101011001110000001111011011001000110111011111010011000001010000000111011001000000110000001 | efa680eab381ed91bbe98280ec8181 |
UHC | 呂곁푻邀쁁 | 11100101111110111011000011100111101111101000011111101001101011011001100001000010 | e5fbb0e7be87e9ad9842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)