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 | 諶??瀛 | 111110111010101000111111001111111110000001101001 | fbaa3f3fe069 |
EUC-JP | 諶??瀛 | 10001111110111101011010100111111001111111101111111001010 | 8fdeb53f3fdfca |
UTF-8 | 諶깂륬瀛 | 111010001010101110110110111010101011100110000010111010111010010110101100111001111000000010011011 | e8abb6eab982eba5ace7809b |
UHC | 諶깂륬瀛 | 1110010010100110100000111000010010010000010011101110011110111010 | e4a68384904ee7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)