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 | 坦俗谷族 | 1001001001010010100100011010110110010010010010101001000110110000 | 925291ad924a91b0 |
EUC-JP | 坦俗谷族 | 1100001110110011110000101010111111000011101010111100001010110010 | c3b3c2afc3abc2b2 |
UTF-8 | 坦俗谷族 | 111001011001110110100110111001001011111110010111111010001011000010110111111001101001011110001111 | e59da6e4bf97e8b0b7e6978f |
UHC | 坦俗谷族 | 1111011110100100111000011101010011001101110110111111000011101001 | f7a4e1d4cddbf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)