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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 丈ソ写丈ソ悉 | 10001111111001001011111110001110110010101000111111100100101111111000111010111011 | 8fe4bf8eca8fe4bf8ebb |
EUC-JP | 丈ソ写丈ソ悉 | 101111101110011010001110101111111011110011001100101111101110011010001110101111111011110010111101 | bee68ebfbcccbee68ebfbcbd |
UTF-8 | 丈ソ写丈ソ悉 | 111001001011100010001000111011111011110110111111111001011000011010011001111001001011100010001000111011111011110110111111111001101000001010001001 | e4b888efbdbfe58699e4b888efbdbfe68289 |
UHC | 丈??丈?悉 | 111011011101101100111111001111111110110111011011001111111110001111111010 | eddb3f3feddb3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)