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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??吾 | 00111111001111111000110011100001 | 3f3f8ce1 |
EUC-JP | ?瘦吾 | 001111111000111111001101111101111011100011100011 | 3f8fcdf7b8e3 |
UTF-8 | 웆瘦吾 | 111011001001101110000110111001111001100010100110111001011001000010111110 | ec9b86e798a6e590be |
UHC | 웆瘦吾 | 100111110101010011100010101100011110011111101110 | 9f54e2b1e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)