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 | 阿??兪 | 100010001010001000111111001111111001100101100000 | 88a23f3f9960 |
EUC-JP | 阿??兪 | 101100001010010000111111001111111101000111000001 | b0a43f3fd1c1 |
UTF-8 | 阿숈뼔兪 | 111010011001100010111111111011001000100010001000111010111011110010010100111001011000010110101010 | e998bfec8888ebbc94e585aa |
UHC | 阿숈뼔兪 | 1110010010111001100110011110110010010110100111001110101011100100 | e4b999ec969ceae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)