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 | 訂基??姐? | 100100101111100110001010111011100011111100111111100010001011011100111111 | 92f98aee3f3f88b73f |
EUC-JP | 訂基??姐? | 110001001111101110110100111100000011111100111111101100001011100100111111 | c4fbb4f03f3fb0b93f |
UTF-8 | 訂基렲렏姐묍 | 111010001010100010000010111001011001111110111010111010111010000010110010111010111010000010001111111001011010011110010000111010111010110010001101 | e8a882e59fbaeba0b2eba08fe5a790ebac8d |
UHC | 訂基렲렏姐묍 | 111011111111010011010000111100011000111010111111100011101010010111101110101110111011100110100011 | eff4d0f18ebf8ea5eebbb9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)