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 | 雄逗?濟 | 10010111010110011001000010000000001111111110000001011010 | 975990803fe05a |
EUC-JP | 雄逗?濟 | 11001101101110101011111111100000001111111101111110111011 | cdbabfe03fdfbb |
UTF-8 | 雄逗텼濟 | 111010011001101110000100111010011000000010010111111011011000010110111100111001101011111110011111 | e99b84e98097ed85bce6bf9f |
UHC | 雄逗텼濟 | 1110101010101001110101001110100011000101111000011111000010101101 | eaa9d4e8c5e1f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)