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 | 押??業?? | 1000100110011111001111110011111110001011110001100011111100111111 | 899f3f3f8bc63f3f |
EUC-JP | 押??業?? | 1011001010100001001111110011111110110110110010000011111100111111 | b2a13f3fb6c83f3f |
UTF-8 | 押덆쎀業붼겦 | 111001101000101010111100111010111000110110000110111011001000111010000000111001101010010110101101111010111011011010111100111010101011001010100110 | e68abceb8d86ec8e80e6a5adebb6bceab2a6 |
UHC | 押덆쎀業붼겦 | 111001001110001110001000111010011001101110101010111001011111011010010100111010011000000110111000 | e4e388e99baae5f694e981b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)