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 | 橾゚燉 | 1111101011110001110111111110000010010111 | faf1dfe097 |
EUC-JP | 橾゚燉 | 10001111110001011011011010001110110111111101111111110111 | 8fc5b68edfdff7 |
UTF-8 | 橾゚燉 | 111001101010100110111110111011111011111010011111111001111000011110001001 | e6a9beefbe9fe78789 |
UHC | ??燉 | 00111111001111111101010011001001 | 3f3fd4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)