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 | ???飄 | 0011111100111111001111111110100101000111 | 3f3f3fe947 |
EUC-JP | ???飄 | 0011111100111111001111111111000110101000 | 3f3f3ff1a8 |
UTF-8 | 젓뤝뮌飄 | 111011001010000010010011111010111010010010011101111010111010111010001100111010011010001110000100 | eca093eba49debae8ce9a384 |
UHC | 젓뤝뮌飄 | 1100000110100011100011111100110010111001110000001111100011111101 | c1a38fccb9c0f8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)