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 | 葯窮或緇 | 1110010011011110100010111000011110001000101111011110001101011101 | e4de8b8788bde35d |
EUC-JP | 葯窮或緇 | 1110100011100000101101011110011110110000101111111110010110111110 | e8e0b5e7b0bfe5be |
UTF-8 | 葯窮或緇 | 111010001001000110101111111001111010101010101110111001101000100010010110111001111011011110000111 | e891afe7aaaee68896e7b787 |
UHC | 葯窮或緇 | 1110010110110101110011111110001111111011111001001111011011000101 | e5b5cfe3fbe4f6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)