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 | ???旬?? | 00111111001111110011111110001111011110110011111100111111 | 3f3f3f8f7b3f3f |
EUC-JP | ???旬?? | 00111111001111110011111110111101110111000011111100111111 | 3f3f3fbddc3f3f |
UTF-8 | 銳녿봺旬삼쫭 | 111010011000101010110011111010111000010110111111111010111011010010111010111001101001011110101100111011001000001010111100111011001010101110101101 | e98ab3eb85bfebb4bae697acec82bcecabad |
UHC | 銳녿봺旬삼쫭 | 111001111110010110000110111010111001010010000001111000101110001010111011111011111010011010000101 | e7e586eb9481e2e2bbefa685 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)