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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 埃??? | 1001101010111010001111110011111100111111 | 9aba3f3f3f |
EUC-JP | 埃??? | 1101010010111100001111110011111100111111 | d4bc3f3f3f |
UTF-8 | 埃긱끇횈 | 111001011001111110000011111010101011100010110001111010111000000110000111111011011001101010001000 | e59f83eab8b1eb8187ed9a88 |
UHC | 埃긱끇횈 | 1110010011101111101100011110001110000101101110111100001110000110 | e4efb1e385bbc386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)