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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???爵 | 0011111100111111001111111000111011011101 | 3f3f3f8edd |
EUC-JP | ???爵 | 0011111100111111001111111011110011011111 | 3f3f3fbcdf |
UTF-8 | 롈렯렓爵 | 111010111010000110001000111010111010000010101111111010111010000010010011111001111000100010110101 | eba188eba0afeba093e788b5 |
UHC | 롈렯렓爵 | 1000111011001110100011101011110010001110101010001110110111001001 | 8ece8ebc8ea8edc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)