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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跫育像 | 111001101110110110001000111001111001000110011100 | e6ed88e7919c |
EUC-JP | 跫育像 | 111011001110111110110000111010011100000111111100 | ecefb0e9c1fc |
UTF-8 | 跫育像 | 111010001011011110101011111010001000001010110010111001011000001110001111 | e8b7abe882b2e5838f |
UHC | ?育像 | 0011111111101011110000001101111111000000 | 3febc0dfc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)