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 | 砥?媛?? | 10010011011101010011111110010101010100010011111100111111 | 93753f95513f3f |
EUC-JP | 砥?媛?? | 11000101110101100011111111001001101100100011111100111111 | c5d63fc9b23f3f |
UTF-8 | 砥렱媛븍딩 | 111001111010000010100101111010111010000010110001111001011010101010011011111010111011100010001101111010111001010010101001 | e7a0a5eba0b1e5aa9bebb88deb94a9 |
UHC | 砥렱媛븍딩 | 11110010101100101000111010111110111010101011000010111010111010111011010111111001 | f2b28ebeeab0baebb5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)