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 | 踞セ驤悩 | 11100110111101011011111011101001100010001001010001011001 | e6f5bee9889459 |
EUC-JP | 踞セ驤悩 | 1110110011110111100011101011111011110001111010001100011110111010 | ecf78ebef1e8c7ba |
UTF-8 | 踞セ驤悩 | 111010001011100010011110111011111011110110111110111010011010100110100100111001101000001010101001 | e8b89eefbdbee9a9a4e682a9 |
UHC | 踞??? | 1100101111100110001111110011111100111111 | cbe63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)