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 | 実煮雫羔 | 1000111011000000100011101100111110001110101101001110001110110100 | 8ec08ecf8eb4e3b4 |
EUC-JP | 実煮雫羔 | 1011110011000010101111001101000110111100101101101110011010110110 | bcc2bcd1bcb6e6b6 |
UTF-8 | 実煮雫羔 | 111001011010111010011111111001111000010110101110111010011001101110101011111001111011111010010100 | e5ae9fe785aee99babe7be94 |
UHC | ?煮?羔 | 001111111110110110110100001111111100110111000100 | 3fedb43fcdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)