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 | 影??沃?? | 1000100101100101001111110011111110010111100000000011111100111111 | 89653f3f97803f3f |
EUC-JP | 影??沃?? | 1011000111000110001111110011111111001101111000000011111100111111 | b1c63f3fcde03f3f |
UTF-8 | 影뚨썕沃왿뵱 | 111001011011110110110001111010111001101010101000111011001000110110010101111001101011001010000011111011001001100110111111111010111011010110110001 | e5bdb1eb9aa8ec8d95e6b283ec99bfebb5b1 |
UHC | 影뚨썕沃왿뵱 | 111001111010111110001100111001111001101110001000111010001010101010011110111000101001010010101111 | e7af8ce79b88e8aa9ee294af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)