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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五??? | 1000110011011100001111110011111100111111 | 8cdc3f3f3f |
EUC-JP | 五??? | 1011100011011110001111110011111100111111 | b8de3f3f3f |
UTF-8 | 五묒뇠若 | 111001001011101010010100111010111010110010010010111010111000011110100000111011111010010110110100 | e4ba94ebac92eb87a0efa5b4 |
UHC | 五묒뇠若 | 1110011111101001100100011110110010000111100010001110010110101110 | e7e991ec8788e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)