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 | 螻大クュ螳ャ | 111001011011000110010001111001011011100010101101111001011010111010101100 | e5b191e5b8ade5aeac |
EUC-JP | 螻大クュ螳ャ | 111010101011001111000010111001111000111010111000100011101010110111101010101100001000111010101100 | eab3c2e78eb88eadeab08eac |
UTF-8 | 螻大クュ螳ャ | 111010001001111010111011111001011010010010100111111011111011110110111000111011111011110110101101111010001001111010110011111011111011110110101100 | e89ebbe5a4a7efbdb8efbdade89eb3efbdac |
UHC | ?大??螳? | 0011111111010011110111100011111100111111110100111101100100111111 | 3fd3de3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)