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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 弱??W語 | 10001110111000110011111100111111010101111000110011101010 | 8ee33f3f578cea |
EUC-JP | 弱??W語 | 10111100111001010011111100111111010101111011100011101100 | bce53f3f57b8ec |
UTF-8 | 弱뉖젡W語 | 11100101101111001011000111101011100010011001011011101100101000001010000101010111111010001010101010011110 | e5bcb1eb8996eca0a157e8aa9e |
UHC | 弱뉖젡W語 | 111001011011000010000111111010111010000010011010010101111110010111011110 | e5b087eba09a57e5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)