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 | 洩誰銑洩 | 1000100101101011100100100100111010010001010011001000100101101011 | 896b924e914c896b |
EUC-JP | 洩誰銑洩 | 1011000111001100110000111010111111000001101011011011000111001100 | b1ccc3afc1adb1cc |
UTF-8 | 洩誰銑洩 | 111001101011010010101001111010001010101010110000111010011000101010010001111001101011010010101001 | e6b4a9e8aab0e98a91e6b4a9 |
UHC | 洩誰銑洩 | 1110000011011101111000101100000111100000110101011110000011011101 | e0dde2c1e0d5e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)