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 | 信??? | 1001000001001101001111110011111100111111 | 904d3f3f3f |
EUC-JP | 信??? | 1011111110101110001111110011111100111111 | bfae3f3f3f |
UTF-8 | 信덆댍女 | 111001001011111110100001111010111000110110000110111010111000110010001101111011111010011010000001 | e4bfa1eb8d86eb8c8defa681 |
UHC | 信덆댍女 | 1110001111100001100010001110100110001000101101101110010111111100 | e3e188e988b6e5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)