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 | 午ョ?? | 100011001101111110000011100001110011111100111111 | 8cdf83873f3f |
EUC-JP | 午ョ?? | 101110001110000110100101111001110011111100111111 | b8e1a5e73f3f |
UTF-8 | 午ョ떓黎 | 111001011000110110001000111000111000001110100111111010111001011010010011111011111010011010001001 | e58d88e383a7eb9693efa689 |
UHC | 午ョ떓黎 | 1110011111101101101010111110011110001011101010011110011010110001 | e7edabe78ba9e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)