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 | 夷??邑 | 100010001100111000111111001111111001011101010111 | 88ce3f3f9757 |
EUC-JP | 夷??邑 | 101100001101000000111111001111111100110110111000 | b0d03f3fcdb8 |
UTF-8 | 夷됪떁邑 | 111001011010010010110111111010111001000010101010111010111001011010000001111010011000001010010001 | e5a4b7eb90aaeb9681e98291 |
UHC | 夷됪떁邑 | 1110110010101000100010011110011010001011100101111110101111101001 | eca889e68b97ebe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)