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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??裔? | 10001000101000100011111100111111111001011110000100111111 | 88a23f3fe5e13f |
EUC-JP | 阿??裔? | 10110000101001000011111100111111111010101110001100111111 | b0a43f3feae33f |
UTF-8 | 阿숈뼱裔⑸ | 111010011001100010111111111011001000100010001000111010111011110010110001111010001010001110010100111000101001000110111000 | e998bfec8888ebbcb1e8a394e291b8 |
UHC | 阿숈뼱裔⑸ | 11100100101110011001100111101100100101101011010011100111111000001010100111101011 | e4b999ec96b4e7e0a9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)