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 | 籖牙ず籖 | 1110001011011101100010011110010110000010101110001110001011011101 | e2dd89e582b8e2dd |
EUC-JP | 籖牙ず籖 | 1110010011011111101100101110011110100100101110101110010011011111 | e4dfb2e7a4bae4df |
UTF-8 | 籖牙ず籖 | 111001111011000110010110111001111000100110011001111000111000000110011010111001111011000110010110 | e7b196e78999e3819ae7b196 |
UHC | ?牙ず? | 001111111110010010110011101010101011101000111111 | 3fe4b3aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)