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 | 俉??嚥?? | 1111101001100001001111110011111110011010100010110011111100111111 | fa613f3f9a8b3f3f |
EUC-JP | 俉??嚥?? | 100011111011000110111011001111110011111111010011111010110011111100111111 | 8fb1bb3f3fd3eb3f3f |
UTF-8 | 俉뤺꽋嚥길걖 | 111001001011111110001001111010111010010010111010111010101011110110001011111001011001101010100101111010101011100010111000111010101011000110010110 | e4bf89eba4baeabd8be59aa5eab8b8eab196 |
UHC | 俉뤺꽋嚥길걖 | 111001111110101110001111111010001000010010011011111001101011111110110001111001101000000110000001 | e7eb8fe8849be6bfb1e68181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)