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 | ?髓? | 00111111111010011001001000111111 | 3fe9923f |
EUC-JP | ?髓? | 00111111111100011111001000111111 | 3ff1f23f |
UTF-8 | 뻌髓뽜 | 111010111011101110001100111010011010101110010011111010111011110110011100 | ebbb8ce9ab93ebbd9c |
UHC | 뻌髓뽜 | 100101100101010111100010110100001001011011011000 | 9655e2d096d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)