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 | ?舅? | 00111111111001000110111000111111 | 3fe46e3f |
EUC-JP | ?舅? | 00111111111001111100111100111111 | 3fe7cf3f |
UTF-8 | 쿼舅┑ | 111011001011111110111100111010001000100010000101111000101001010010010001 | ecbfbce88885e29491 |
UHC | 쿼舅┑ | 110001001111010111001111110000001010011011000010 | c4f5cfc0a6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)