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 | 踟イ繝滝サ喜 | 11100110111101111011001011100011100000111001000111101010101110111000101011101100 | e6f7b2e38391eabb8aec |
EUC-JP | 踟イ繝滝サ喜 | 111011001111100110001110101100101110010111100011110000101110110010001110101110111011010011101110 | ecf98eb2e5e3c2ec8ebbb4ee |
UTF-8 | 踟イ繝滝サ喜 | 111010001011100010011111111011111011110110110010111001111011100110011101111001101011101110011101111011111011110110111011111001011001011010011100 | e8b89fefbdb2e7b99de6bb9defbdbbe5969c |
UHC | ?????喜 | 00111111001111110011111100111111001111111111110111101100 | 3f3f3f3f3ffdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)