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 | ???OQ~ | 001111110011111100111111010011110101000101111110 | 3f3f3f4f517e |
SJIS-WIN | ???OQ~ | 001111110011111100111111010011110101000101111110 | 3f3f3f4f517e |
EUC-JP | ???OQ~ | 001111110011111100111111010011110101000101111110 | 3f3f3f4f517e |
UTF-8 | 뭑뫐뫌OQ~ | 111010111010110110010001111010111010101110010000111010111010101110001100010011110101000101111110 | ebad91ebab90ebab8c4f517e |
UHC | 뭑뫐뫌OQ~ | 100100100101100110010001101100101001000110101110010011110101000101111110 | 925991b291ae4f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)