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 | 葯щ?踰?? | 111001001101111010000100100010110011111111100110111110100011111100111111 | e4de848b3fe6fa3f3f |
EUC-JP | 葯щ?踰?? | 111010001110000010100111111010110011111111101100111111000011111100111111 | e8e0a7eb3fecfc3f3f |
UTF-8 | 葯щ맧踰졾㎤ | 1110100010010001101011111101000110001001111010111010011110100111111010001011100010110000111011001010000110111110111000111000111010100100 | e891afd189eba7a7e8b8b0eca1bee38ea4 |
UHC | 葯щ맧踰졾㎤ | 111001011011010110101100111010111001000010110000111010111011001010100000111001011010011110101000 | e5b5aceb90b0ebb2a0e5a7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)