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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 瘧癜n}瘧癜n{^ | 11100001100010101110000110010101011011100111110111100001100010101110000110010101011011100111101101011110 | e18ae1956e7de18ae1956e7b5e |
EUC-JP | 瘧癜n}瘧癜n{^ | 11100001111010101110000111110101011011100111110111100001111010101110000111110101011011100111101101011110 | e1eae1f56e7de1eae1f56e7b5e |
UTF-8 | 瘧癜n}瘧癜n{^ | 1110011110011000101001111110011110011001100111000110111001111101111001111001100010100111111001111001100110011100011011100111101101011110 | e798a7e7999c6e7de798a7e7999c6e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)