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 | 該??項 | 100010100101100100111111001111111000110110000000 | 8a593f3f8d80 |
EUC-JP | 該??項 | 101100111011101000111111001111111011100111100000 | b3ba3f3fb9e0 |
UTF-8 | 該딈뼇項 | 111010001010100110110010111010111001010010001000111010111011110010000111111010011010000010000101 | e8a9b2eb9488ebbc87e9a085 |
UHC | 該딈뼇項 | 1111101010110001100010101110111010010110100100011111101010100011 | fab18aee9691faa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)