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 | 狸造蔵棚 | 1001001001001011100100011010001010010001101000001001001001001001 | 924b91a291a09249 |
EUC-JP | 狸造蔵棚 | 1100001110101100110000101010010011000010101000101100001110101010 | c3acc2a4c2a2c3aa |
UTF-8 | 狸造蔵棚 | 111001111000101110111000111010011000000010100000111010001001010010110101111001101010001110011010 | e78bb8e980a0e894b5e6a39a |
UHC | 狸造?棚 | 11010111111000011111000011100011001111111101110111011100 | d7e1f0e33fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)