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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?逵絲 | 0011111111100111100111001110001101001110 | 3fe79ce34e |
EUC-JP | ?逵絲 | 0011111111101101111111001110010110101111 | 3fedfce5af |
UTF-8 | 죈逵絲 | 111011001010001110001000111010011000000010110101111001111011010110110010 | eca388e980b5e7b5b2 |
UHC | 죈逵絲 | 110000011100110011010000101100001101111011101010 | c1ccd0b0deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)