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 | 梧??獄℡ぞ | 10001100111001100011111100111111100011011001011010000111100001001000001010111100 | 8ce63f3f8d96878482bc |
EUC-JP | 梧??獄?ぞ | 101110001110100000111111001111111011100111110110001111111010010010111110 | b8e83f3fb9f63fa4be |
UTF-8 | 梧놂쉬獄℡ぞ | 111001101010001010100111111010111000011010000010111011001000100110101100111001111000110110000100111000101000010010100001111000111000000110011110 | e6a2a7eb8682ec89ace78d84e284a1e3819e |
UHC | 梧놂쉬獄℡ぞ | 111001111111110010110011111011111011110110101100111010001010101110100010111001011010101010111110 | e7fcb3efbdace8aba2e5aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)