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 | 粧烽戊 | 100011111100111111100000100000101001010111101000 | 8fcfe08295e8 |
EUC-JP | 粧烽戊 | 101111101101000111011111111000101100101011101010 | bed1dfe2caea |
UTF-8 | 粧烽戊 | 111001111011001010100111111001111000001110111101111001101000100010001010 | e7b2a7e783bde6888a |
UHC | 粧烽戊 | 111011011111001011011100111010111101100111100110 | edf2dcebd9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)