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 | 謝篠磁偲 | 1000111011010011100011101100001010001110101001011000111011000011 | 8ed38ec28ea58ec3 |
EUC-JP | 謝篠磁偲 | 1011110011010101101111001100010010111100101001111011110011000101 | bcd5bcc4bca7bcc5 |
UTF-8 | 謝篠磁偲 | 111010001010110010011101111001111010111110100000111001111010001110000001111001011000000110110010 | e8ac9de7afa0e7a381e581b2 |
UHC | 謝篠磁? | 11011110111100111110000111000110111011011011100000111111 | def3e1c6edb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)