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 | 孩橋? | 1001101101110111100010111011010000111111 | 9b778bb43f |
EUC-JP | 孩橋? | 1101010111011000101101101011011000111111 | d5d8b6b63f |
UTF-8 | 孩橋뉵 | 111001011010110110101001111001101010100110001011111010111000100110110101 | e5ada9e6a98beb89b5 |
UHC | 孩橋뉵 | 111110101010100111001110111010011011010010111011 | faa9cee9b4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)