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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??Ł??? | 0011111100111111100011111010100110101000001111110011111100111111 | 3f3f8fa9a83f3f3f |
UTF-8 | 濾낅Ł吏쎾럳 | 1110111110100110100001001110101110000010100001011100010110000001111011111010011110011110111011001000111010111110111010111001111110110011 | efa684eb8285c581efa79eec8ebeeb9fb3 |
UHC | 濾낅Ł吏쎾럳 | 111001101010010010000101111010111010100010101001111011001010011110011011111001011000111010010011 | e6a485eba8a9eca79be58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)