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 | 将紆宵ム。 | 1000111110101011111000101111110010001111101010101101000110100001 | 8fabe2fc8faad1a1 |
EUC-JP | 将紆宵ム。 | 10111110101011011110010011111110101111101010110010001110110100011000111010100001 | beade4febeac8ed18ea1 |
UTF-8 | 将紆宵ム。 | 111001011011000010000110111001111011010010000110111001011010111010110101111011111011111010010001111011111011110110100001 | e5b086e7b486e5aeb5efbe91efbda1 |
UHC | ?紆宵?? | 00111111111010011110000111100001101100100011111100111111 | 3fe9e1e1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)