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 | 羲翠坤跿 | 1110001110111010100100001000100110001101101000111110011011110011 | e3ba90898da3e6f3 |
EUC-JP | 羲翠坤跿 | 1110011010111100101111111110100110111010101001011110110011110101 | e6bcbfe9baa5ecf5 |
UTF-8 | 羲翠坤跿 | 111001111011111010110010111001111011111110100000111001011001110110100100111010001011011110111111 | e7beb2e7bfa0e59da4e8b7bf |
UHC | 羲翠坤? | 11111101111111011111011010101000110011011101111000111111 | fdfdf6a8cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)