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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????漿┝ | 0011111100111111001111110011111110011111111101111000010010111010 | 3f3f3f3f9ff784ba |
EUC-JP | ??庾?漿┝ | 00111111001111111000111110111100110011100011111111011110111110011010100010111100 | 3f3f8fbcce3fdef9a8bc |
UTF-8 | 렱뤊庾쏀漿┝ | 111010111010000010110001111010111010010010001010111001011011101010111110111011001000111110000000111001101011110010111111111000101001010010011101 | eba0b1eba48ae5babeec8f80e6bcbfe2949d |
UHC | 렱뤊庾쏀漿┝ | 100011101011111010001111101110101110101011101100101111011110110111101101111011001010011010111100 | 8ebe8fbaeaecbdededeca6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)