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 | 踝ъ鮎豈 | 1110011011110100100001001000110010001000101111001110011010101111 | e6f4848c88bce6af |
EUC-JP | 踝ъ鮎豈 | 1110110011110110101001111110110010110000101111101110110010110001 | ecf6a7ecb0beecb1 |
UTF-8 | 踝ъ鮎豈 | 1110100010111000100111011101000110001010111010011010111010001110111010001011000110001000 | e8b89dd18ae9ae8ee8b188 |
UHC | ?ъ鮎豈 | 00111111101011001110110011101111110001101101000111000010 | 3facecefc6d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)