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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?щ?伊? | 00111111100001001000101100111111100010001100100100111111 | 3f848b3f88c93f |
EUC-JP | ?щ?伊? | 00111111101001111110101100111111101100001100101100111111 | 3fa7eb3fb0cb3f |
UTF-8 | 吳щ뀡伊쩈 | 1110010110010000101100111101000110001001111010111000000010100001111001001011110010001010111011001010100110001000 | e590b3d189eb80a1e4bc8aeca988 |
UHC | 吳щ뀡伊쩈 | 11100111111011111010110011101011100001011001100011101100101001011010010101000010 | e7efaceb8598eca5a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)