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 | 誰坦尊棚 | 1001001001001110100100100101001010010001101110001001001001001001 | 924e925291b89249 |
EUC-JP | 誰坦尊棚 | 1100001110101111110000111011001111000010101110101100001110101010 | c3afc3b3c2bac3aa |
UTF-8 | 誰坦尊棚 | 111010001010101010110000111001011001110110100110111001011011000010001010111001101010001110011010 | e8aab0e59da6e5b08ae6a39a |
UHC | 誰坦尊棚 | 1110001011000001111101111010010011110000111011101101110111011100 | e2c1f7a4f0eedddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)