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 | ?癰?セ | 001111111110000110011110001111111000001101011010 | 3fe19e3f835a |
EUC-JP | ?癰?セ | 001111111110000111111110001111111010010110111011 | 3fe1fe3fa5bb |
UTF-8 | 흨癰뺡セ | 111011011001110110101000111001111001100110110000111010111011101010100001111000111000001010111011 | ed9da8e799b0ebbaa1e382bb |
UHC | 흨癰뺡セ | 1100010110000110111010001011100110010101111010011010101110111011 | c586e8b995e9abbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)