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 | 怏??涅щ? | 100111001000100100111111001111111001111110111000100001001000101100111111 | 9c893f3f9fb8848b3f |
EUC-JP | 怏??涅щ? | 110101111110100100111111001111111101111010111010101001111110101100111111 | d7e93f3fdebaa7eb3f |
UTF-8 | 怏⑸죦涅щ젲 | 1110011010000000100011111110001010010001101110001110110010100011101001101110011010110110100001011101000110001001111011001010000010110010 | e6808fe291b8eca3a6e6b685d189eca0b2 |
UHC | 怏⑸죦涅щ젲 | 111001001110100010101001111010111010000110000001111001101110111010101100111010111010000010100110 | e4e8a9eba181e6eeaceba0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)