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 | 涅???? | 100111111011100000111111001111110011111100111111 | 9fb83f3f3f3f |
EUC-JP | 涅???? | 110111101011101000111111001111110011111100111111 | deba3f3f3f3f |
UTF-8 | 涅겉덊꼦烈 | 111001101011011010000101111010101011001010001001111010111000110110001010111010101011110010100110111011111010011010011111 | e6b685eab289eb8d8aeabca6efa69f |
UHC | 涅겉덊꼦烈 | 11100110111011101011000011010001100010001110110110000100100000111110011011101111 | e6eeb0d188ed8483e6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)