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 | 掌??訝 | 100011111011011000111111001111111110011001100010 | 8fb63f3fe662 |
EUC-JP | 掌??訝 | 101111101011100000111111001111111110101111000011 | beb83f3febc3 |
UTF-8 | 掌싧넍訝 | 111001101000111010001100111011001000101110100111111010111000010010001101111010001010100010011101 | e68e8cec8ba7eb848de8a89d |
UHC | 掌싧넍訝 | 1110110111100110100110101110010110000110100110011110010010111000 | ede69ae58699e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)