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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 怏??筍?\ | 1001110010001001001111110011111111100010101000010011111101011100 | 9c893f3fe2a13f5c |
EUC-JP | 怏??筍?\ | 1101011111101001001111110011111111100100101000110011111101011100 | d7e93f3fe4a33f5c |
UTF-8 | 怏얠늿筍쒹\ | 11100110100000001000111111101100100101101010000011101011100010101011111111100111101011011000110111101100100100101011100101011100 | e6808fec96a0eb8abfe7ad8dec92b95c |
UHC | 怏얠늿筍쒹\ | 1110010011101000101111101110110010001000100010001110001011101100100111010100111101011100 | e4e8beec8888e2ec9d4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)