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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢ッ竊瀧ョ | 1110010110100011101011111110001010000110100100011110101110101110 | e5a3afe28691ebae |
EUC-JP | 螢ッ竊瀧ョ | 11101010101001011000111010101111111000111110011011000010111011011000111010101110 | eaa58eafe3e6c2ed8eae |
UTF-8 | 螢ッ竊瀧ョ | 111010001001111010100010111011111011110110101111111001111010101110001010111001111000000010100111111011111011110110101110 | e89ea2efbdafe7ab8ae780a7efbdae |
UHC | 螢?竊瀧? | 1111101110101011001111111110111110111100110101101110100100111111 | fbab3fefbcd6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)