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 | 鈆雫鉎 | 111110111100000110001110101101001111101111000111 | fbc18eb4fbc7 |
EUC-JP | 鈆雫鉎 | 1000111111100011101111001011110010110110100011111110001111011111 | 8fe3bcbcb68fe3df |
UTF-8 | 鈆雫鉎 | 111010011000100010000110111010011001101110101011111010011000100110001110 | e98886e99babe9898e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)