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 | ???意щ? | 0011111100111111001111111000100011010011100001001000101100111111 | 3f3f3f88d3848b3f |
EUC-JP | ???意щ? | 0011111100111111001111111011000011010101101001111110101100111111 | 3f3f3fb0d5a7eb3f |
UTF-8 | 溜깅죧意щ젾 | 1110111110100111100010111110101010111001100001011110110010100011101001111110011010000100100011111101000110001001111011001010000010111110 | efa78beab985eca3a7e6848fd189eca0be |
UHC | 溜깅죧意щ젾 | 111010101111111010110001111010111010000110000010111010111111001010101100111010111010000010110000 | eafeb1eba182ebf2aceba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)