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 | 薊ョ┣綛 | 1110010101001000100000111000011110000100101100001110001101011000 | e548838784b0e358 |
EUC-JP | 薊ョ┣綛 | 1110100110101001101001011110011110101000101100101110010110111001 | e9a9a5e7a8b2e5b9 |
UTF-8 | 薊ョ┣綛 | 111010001001011010001010111000111000001110100111111000101001010010100011111001111011011010011011 | e8968ae383a7e294a3e7b69b |
UHC | ?ョ┣? | 001111111010101111100111101001101011001000111111 | 3fabe7a6b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)