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 | 項??訝 | 100011011000000000111111001111111110011001100010 | 8d803f3fe662 |
EUC-JP | 項??訝 | 101110011110000000111111001111111110101111000011 | b9e03f3febc3 |
UTF-8 | 項계퍓訝 | 111010011010000010000101111010101011001110000100111011011000110110010011111010001010100010011101 | e9a085eab384ed8d93e8a89d |
UHC | 項계퍓訝 | 1111101010100011101100001110100010111011100010101110010010111000 | faa3b0e8bb8ae4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)