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 | 驫灘供豐コ | 111010011000101010010011111001011000101110011111111001101011001010111010 | e98a93e58b9fe6b2ba |
EUC-JP | 驫灘供豐コ | 11110001111010101100011011100111101101101010000111101100101101001000111010111010 | f1eac6e7b6a1ecb48eba |
UTF-8 | 驫灘供豐コ | 111010011010100110101011111001111000000110011000111001001011111010011011111010001011000110010000111011111011110110111010 | e9a9abe78198e4be9be8b190efbdba |
UHC | ?灘供?? | 00111111111101111010100011001101111010100011111100111111 | 3ff7a8cdea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)