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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?削け? | 001111111000110111101101100000101010111100111111 | 3f8ded82af3f |
EUC-JP | 邕削け? | 1000111111100001111011011011101011101111101001001011000100111111 | 8fe1edbaefa4b13f |
UTF-8 | 邕削け체 | 111010011000001010010101111001011000100110001010111000111000000110010001111011001011001010110100 | e98295e5898ae38191ecb2b4 |
UHC | 邕削け체 | 1110100010111011110111101111101110101010101100011100001110111100 | e8bbdefbaab1c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)