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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 阿??阿??E | 100010001010001000111111001111111000100010100010001111110011111101000101 | 88a23f3f88a23f3f45 |
EUC-JP | 阿??阿??E | 101100001010010000111111001111111011000010100100001111110011111101000101 | b0a43f3fb0a43f3f45 |
UTF-8 | 阿잛동阿잛텂E | 11101001100110001011111111101100100111101001101111101011100011111001100111101001100110001011111111101100100111101001101111101101100001011000001001000101 | e998bfec9e9beb8f99e998bfec9e9bed858245 |
UHC | 阿잛동阿잛텂E | 11100100101110011001111111101100101101011011111111100100101110011001111111101100101101101000001001000101 | e4b99fecb5bfe4b99fecb68245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)