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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 乳?du | 100100111111101100111111100000101000010001110101 | 93fb3f828475 |
EUC-JP | 乳?du | 110001101111110100111111101000111110010001110101 | c6fd3fa3e475 |
UTF-8 | 乳㏘du | 11100100101110011011001111100011100011111001100011101111101111011000010001110101 | e4b9b3e38f98efbd8475 |
UHC | 乳㏘du | 11101010111000011010001011100100101000111110010001110101 | eae1a2e4a3e475 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)