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 | 実式実煮 | 1000111011000000100011101010111010001110110000001000111011001111 | 8ec08eae8ec08ecf |
EUC-JP | 実式実煮 | 1011110011000010101111001011000010111100110000101011110011010001 | bcc2bcb0bcc2bcd1 |
UTF-8 | 実式実煮 | 111001011010111010011111111001011011110010001111111001011010111010011111111001111000010110101110 | e5ae9fe5bc8fe5ae9fe785ae |
UHC | ?式?煮 | 001111111110001111010010001111111110110110110100 | 3fe3d23fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)