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 | ???億?? | 00111111001111110011111110001001101011010011111100111111 | 3f3f3f89ad3f3f |
EUC-JP | ???億?? | 00111111001111110011111110110010101011110011111100111111 | 3f3f3fb2af3f3f |
UTF-8 | 吳녶댗億곮뫍 | 111001011001000010110011111010111000010110110110111010111000110010010111111001011000010010000100111010101011001110101110111010111010101110001101 | e590b3eb85b6eb8c97e58484eab3aeebab8d |
UHC | 吳녶댗億곮뫍 | 111001111110111110000110111001011000100010111011111001011110001010000001111010001001000110101111 | e7ef86e588bbe5e281e891af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)