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 | ?る?意?? | 0011111110000010111010010011111110001000110100110011111100111111 | 3f82e93f88d33f3f |
EUC-JP | ?る?意?? | 0011111110100100111010110011111110110000110101010011111100111111 | 3fa4eb3fb0d53f3f |
UTF-8 | 閭る쵎意덌쭓 | 111011111010011010000110111000111000001010001011111011001011010110001110111001101000010010001111111010111000110110001100111011001010110110010011 | efa686e3828becb58ee6848feb8d8cecad93 |
UHC | 閭る쵎意덌쭓 | 111001101010110110101010111010111010110010010000111010111111001010001000111011111010011110001011 | e6adaaebac90ebf288efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)