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 | 信??言 | 100100000100110100111111001111111000110010111110 | 904d3f3f8cbe |
EUC-JP | 信??言 | 101111111010111000111111001111111011100011000000 | bfae3f3fb8c0 |
UTF-8 | 信덆닱言 | 111001001011111110100001111010111000110110000110111010111000101110110001111010001010100010000000 | e4bfa1eb8d86eb8bb1e8a880 |
UHC | 信덆닱言 | 1110001111100001100010001110100110001000101001111110010111101011 | e3e188e988a7e5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)