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 | ?????. | 00111111001111110011111100111111001111111000000101000100 | 3f3f3f3f3f8144 |
EUC-JP | ???佾?. | 001111110011111100111111100011111011000011111011001111111010000110100101 | 3f3f3f8fb0fb3fa1a5 |
UTF-8 | 麗몃쓷佾쒒. | 111011111010011010001000111010111010101010000011111011001001001110110111111001001011110110111110111011001001001010010010111011111011110010001110 | efa688ebaa83ec93b7e4bdbeec9292efbc8e |
UHC | 麗몃쓷佾쒒. | 111001101011000010111000111010111001110110010100111011001110101110011100111010011010001110101110 | e6b0b8eb9d94eceb9ce9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)