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 | 押??猷?? | 1000100110011111001111110011111110010111010100010011111100111111 | 899f3f3f97513f3f |
EUC-JP | 押??猷?? | 1011001010100001001111110011111111001101101100100011111100111111 | b2a13f3fcdb23f3f |
UTF-8 | 押믩셽猷쇘묀 | 111001101000101010111100111010111010111110101001111011001000010110111101111001111000110010110111111011001000011110011000111010111010110010000000 | e68abcebafa9ec85bde78cb7ec8798ebac80 |
UHC | 押믩셽猷쇘묀 | 111001001110001110010010111010111001100110000010111010111010001110111100111001111011100110100001 | e4e392eb9982eba3bce7b9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)