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 | 泳??沃?? | 1000100101101010001111110011111110010111100000000011111100111111 | 896a3f3f97803f3f |
EUC-JP | 泳??沃?? | 1011000111001011001111110011111111001101111000000011111100111111 | b1cb3f3fcde03f3f |
UTF-8 | 泳든썕沃왿뵱 | 111001101011001110110011111010111001001110100000111011001000110110010101111001101011001010000011111011001001100110111111111010111011010110110001 | e6b3b3eb93a0ec8d95e6b283ec99bfebb5b1 |
UHC | 泳든썕沃왿뵱 | 111001111011011010110101111001111001101110001000111010001010101010011110111000101001010010101111 | e7b6b5e79b88e8aa9ee294af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)