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 | ?J??] | 0011111101001010001111110011111101011101 | 3f4a3f3f5d |
SJIS-WIN | 端J村卒] | 1001001001011011010010101001000110111010100100011011001001011101 | 925b4a91ba91b25d |
EUC-JP | 端J村卒] | 1100001110111100010010101100001010111100110000101011010001011101 | c3bc4ac2bcc2b45d |
UTF-8 | 端J村卒] | 1110011110101011101011110100101011100110100111011001000111100101100011011001001001011101 | e7abaf4ae69d91e58d925d |
UHC | 端J村卒] | 1101001110101110010010101111010110111101111100001110111101011101 | d3ae4af5bdf0ef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)