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 | 諶깂뜠瀛 | 111010001010101110110110111010101011100110000010111010111001110010100000111001111000000010011011 | e8abb6eab982eb9ca0e7809b |
UHC | 諶깂뜠瀛 | 1110010010100110100000111000010010001101101000111110011110111010 | e4a683848da3e7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)