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 | ?ル?媛?? | 0011111110000011100010110011111110010101010100010011111100111111 | 3f838b3f95513f3f |
EUC-JP | ?ル?媛?? | 0011111110100101111010110011111111001001101100100011111100111111 | 3fa5eb3fc9b23f3f |
UTF-8 | 曆ル뜄媛딀룚 | 111011111010011010001011111000111000001110101011111010111001110010000100111001011010101010011011111010111001010010000000111010111010001110011010 | efa68be383abeb9c84e5aa9beb9480eba39a |
UHC | 曆ル뜄媛딀룚 | 111001101011011110101011111010111000110110001000111010101011000010001010111001101000111110010110 | e6b7abeb8d88eab08ae68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)