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 | 砥執菲 | 100100110111010110001110101101111110010011001001 | 93758eb7e4c9 |
EUC-JP | 砥執菲 | 110001011101011010111100101110011110100011001011 | c5d6bcb9e8cb |
UTF-8 | 砥執菲 | 111001111010000010100101111001011001111110110111111010001000111110110010 | e7a0a5e59fb7e88fb2 |
UHC | 砥執菲 | 111100101011001011110010111110111101111010100011 | f2b2f2fbdea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)