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 | 迢狩摯ナ | 11100111100010111000111011101011100111011001010111000101 | e78b8eeb9d95c5 |
EUC-JP | 迢狩摯ナ | 1110110111101011101111001110110111011001111101011000111011000101 | edebbcedd9f58ec5 |
UTF-8 | 迢狩摯ナ | 111010001011111110100010111001111000101110101001111001101001000110101111111011111011111010000101 | e8bfa2e78ba9e691afefbe85 |
UHC | ?狩摯? | 001111111110001010101101111100101010011100111111 | 3fe2adf2a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)