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 | 丈ヲ爵漆 | 10001111111001001010011010001110110111011000111010111101 | 8fe4a68edd8ebd |
EUC-JP | 丈ヲ爵漆 | 1011111011100110100011101010011010111100110111111011110010111111 | bee68ea6bcdfbcbf |
UTF-8 | 丈ヲ爵漆 | 111001001011100010001000111011111011110110100110111001111000100010110101111001101011110010000110 | e4b888efbda6e788b5e6bc86 |
UHC | 丈?爵漆 | 11101101110110110011111111101101110010011111011011010100 | eddb3fedc9f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)