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 | 実式煮社 | 1000111011000000100011101010111010001110110011111000111011010000 | 8ec08eae8ecf8ed0 |
EUC-JP | 実式煮社 | 1011110011000010101111001011000010111100110100011011110011010010 | bcc2bcb0bcd1bcd2 |
UTF-8 | 実式煮社 | 111001011010111010011111111001011011110010001111111001111000010110101110111001111010010010111110 | e5ae9fe5bc8fe785aee7a4be |
UHC | ?式煮社 | 00111111111000111101001011101101101101001101111011100100 | 3fe3d2edb4dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)