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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ы??ы? | 0011111110000100100011010011111100111111100001001000110100111111 | 3f848d3f3f848d3f |
EUC-JP | ?ы??ы? | 0011111110100111111011010011111100111111101001111110110100111111 | 3fa7ed3f3fa7ed3f |
UTF-8 | 泥ы슜泥ы슜 | 11101111101001111010001111010001100010111110110010001010100111001110111110100111101000111101000110001011111011001000101010011100 | efa7a3d18bec8a9cefa7a3d18bec8a9c |
UHC | 泥ы슜泥ы슜 | 111011001011001010101100111011011001101010101001111011001011001010101100111011011001101010101001 | ecb2aced9aa9ecb2aced9aa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)