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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?汭?? | 001111111000111111000110111000100011111100111111 | 3f8fc6e23f3f |
UTF-8 | 먊汭왃멛 | 111010111010100010001010111001101011000110101101111011001001100110000011111010111010100110011011 | eba88ae6b1adec9983eba99b |
UHC | 먊汭왃멛 | 1001000011001000111001111101011110011110101101101001000101001100 | 90c8e7d79eb6914c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)