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 | 渦渦渦渦 | 1000100101010001100010010101000110001001010100011000100101010001 | 8951895189518951 |
EUC-JP | 渦渦渦渦 | 1011000110110010101100011011001010110001101100101011000110110010 | b1b2b1b2b1b2b1b2 |
UTF-8 | 渦渦渦渦 | 111001101011100010100110111001101011100010100110111001101011100010100110111001101011100010100110 | e6b8a6e6b8a6e6b8a6e6b8a6 |
UHC | 渦渦渦渦 | 1110100010111110111010001011111011101000101111101110100010111110 | e8bee8bee8bee8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)