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 | ?ョ?淹 | 001111111000001110000111001111111001111110111001 | 3f83873f9fb9 |
EUC-JP | 縯ョ?淹 | 1000111111010100110010111010010111100111001111111101111010111011 | 8fd4cba5e73fdebb |
UTF-8 | 縯ョㅊ淹 | 111001111011100010101111111000111000001110100111111000111000010110001010111001101011011110111001 | e7b8afe383a7e3858ae6b7b9 |
UHC | 縯ョㅊ淹 | 1110011011100000101010111110011110100100101110101110010111110100 | e6e0abe7a4bae5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)