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 | 迴育像 | 111001111000111110001000111001111001000110011100 | e78f88e7919c |
EUC-JP | 迴育像 | 111011011110111110110000111010011100000111111100 | edefb0e9c1fc |
UTF-8 | 迴育像 | 111010001011111110110100111010001000001010110010111001011000001110001111 | e8bfb4e882b2e5838f |
UHC | ?育像 | 0011111111101011110000001101111111000000 | 3febc0dfc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)