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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 恁???ъ?? | 100111001000110000111111001111110011111110000100100011000011111100111111 | 9c8c3f3f3f848c3f3f |
EUC-JP | 恁???ъ?? | 110101111110110000111111001111110011111110100111111011000011111100111111 | d7ec3f3f3fa7ec3f3f |
UTF-8 | 恁㏃콠泥ъ찈吏 | 1110011010000001100000011110001110001111100000111110110010111101101000001110111110100111101000111101000110001010111011001011000010001000111011111010011110011110 | e68181e38f83ecbda0efa7a3d18aecb088efa79e |
UHC | 恁㏃콠泥ъ찈吏 | 1110110011110110101001111110110010110001100110001110110010110010101011001110110010101001100011001110110010100111 | ecf6a7ecb198ecb2aceca98ceca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)