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 | ????弘財 | 0011111100111111001111110011111110001101010011111000110111100000 | 3f3f3f3f8d4f8de0 |
EUC-JP | 澔???弘財 | 10001111110010001110110000111111001111110011111110111001101100001011101011100010 | 8fc8ec3f3f3fb9b0bae2 |
UTF-8 | 澔목렰뫈弘財 | 111001101011111010010100111010111010101010101001111010111010000010110000111010111010101110001000111001011011110010011000111010001011001010100001 | e6be94ebaaa9eba0b0ebab88e5bc98e8b2a1 |
UHC | 澔목렰뫈弘財 | 111110111100101110111000111100011000111010111101101110001111101111111011111100001110111010101111 | fbcbb8f18ebdb8fbfbf0eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)