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 | ??佃【 | 001111110011111110010010110011111000000101111001 | 3f3f92cf8179 |
EUC-JP | ??佃【 | 001111110011111111000100110100011010000111011010 | 3f3fc4d1a1da |
UTF-8 | 알뤸佃【 | 111011001001010110001100111010111010010010111000111001001011110110000011111000111000000010010000 | ec958ceba4b8e4bd83e38090 |
UHC | 알뤸佃【 | 1011111011001011100011111110011011101110111011001010000110111100 | becb8fe6eeeca1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)