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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 怏??揖? | 10011100100010010011111100111111100101110100101100111111 | 9c893f3f974b3f |
EUC-JP | 怏??揖? | 11010111111010010011111100111111110011011010110000111111 | d7e93f3fcdac3f |
UTF-8 | 怏얜뵁揖퇑 | 111001101000000010001111111011001001011010011100111010111011010110000001111001101000111110010110111011011000011110010001 | e6808fec969cebb581e68f96ed8791 |
UHC | 怏얜뵁揖퇑 | 11100100111010001011111011101011100101001000011111101011111001111011100001000010 | e4e8beeb9487ebe7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)