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 | 茲悟ぜ荀 | 1110010010100010100011001110010110000010101110101110010010100100 | e4a28ce582bae4a4 |
EUC-JP | 茲悟ぜ荀 | 1110100010100100101110001110011110100100101111001110100010100110 | e8a4b8e7a4bce8a6 |
UTF-8 | 茲悟ぜ荀 | 111010001000110010110010111001101000001010011111111000111000000110011100111010001000110110000000 | e88cb2e6829fe3819ce88d80 |
UHC | ?悟ぜ荀 | 00111111111001111111011010101010101111001110001011110000 | 3fe7f6aabce2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)