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 | 燁??肉 | 111110110101100100111111001111111001001111110111 | fb593f3f93f7 |
EUC-JP | 燁??肉 | 10001111110010101011001100111111001111111100011011111001 | 8fcab33f3fc6f9 |
UTF-8 | 燁㏓뀛肉 | 111001111000011110000001111000111000111110010011111010111000000010011011111010001000001010001001 | e78781e38f93eb809be88289 |
UHC | 燁㏓뀛肉 | 1110011110100111101001111110101110000101100101001110101110111111 | e7a7a7eb8594ebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)