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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?額伊 | 0011111110001010011110101000100011001001 | 3f8a7a88c9 |
EUC-JP | ?額伊 | 0011111110110011110110111011000011001011 | 3fb3dbb0cb |
UTF-8 | 쒜額伊 | 111011001001001010011100111010011010000110001101111001001011110010001010 | ec929ce9a18de4bc8a |
UHC | 쒜額伊 | 101111101010111011100100111111101110110010100101 | beaee4feeca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)