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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ョ?額 | 001111111000001110000111001111111000101001111010 | 3f83873f8a7a |
EUC-JP | ?ョ?額 | 001111111010010111100111001111111011001111011011 | 3fa5e73fb3db |
UTF-8 | 吳ョ죴額 | 111001011001000010110011111000111000001110100111111011001010001110110100111010011010000110001101 | e590b3e383a7eca3b4e9a18d |
UHC | 吳ョ죴額 | 1110011111101111101010111110011110100001100011111110010011111110 | e7efabe7a18fe4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)