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 | ?ョ?橈 | 001111111000001110000111001111111001111011110100 | 3f83873f9ef4 |
EUC-JP | 縯ョ?橈 | 1000111111010100110010111010010111100111001111111101110011110110 | 8fd4cba5e73fdcf6 |
UTF-8 | 縯ョㅊ橈 | 111001111011100010101111111000111000001110100111111000111000010110001010111001101010100110001000 | e7b8afe383a7e3858ae6a988 |
UHC | 縯ョㅊ橈 | 1110011011100000101010111110011110100100101110101110100011111010 | e6e0abe7a4bae8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)