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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茯遺弦 | 111001001010100010001000111000101000110010110111 | e4a888e28cb7 |
EUC-JP | 茯遺弦 | 111010001010101010110000111001001011100010111001 | e8aab0e4b8b9 |
UTF-8 | 茯遺弦 | 111010001000110010101111111010011000000110111010111001011011110010100110 | e88cafe981bae5bca6 |
UHC | 茯遺弦 | 110111001101101011101011101101101111101011010111 | dcdaebb6fad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)