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 | 瀅??訝 | 111110110100111000111111001111111110011001100010 | fb4e3f3fe662 |
EUC-JP | 瀅??訝 | 10001111110010011010101100111111001111111110101111000011 | 8fc9ab3f3febc3 |
UTF-8 | 瀅계퍓訝 | 111001111000000010000101111010101011001110000100111011011000110110010011111010001010100010011101 | e78085eab384ed8d93e8a89d |
UHC | 瀅계퍓訝 | 1111101110100100101100001110100010111011100010101110010010111000 | fba4b0e8bb8ae4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)