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 | 智?媛??? | 1001001001110001001111111001010101010001001111110011111100111111 | 92713f95513f3f3f |
EUC-JP | 智?媛??? | 1100001111010010001111111100100110110010001111110011111100111111 | c3d23fc9b23f3f3f |
UTF-8 | 智렱媛골렰렏 | 111001101001100110111010111010111010000010110001111001011010101010011011111010101011001110101000111010111010000010110000111010111010000010001111 | e699baeba0b1e5aa9beab3a8eba0b0eba08f |
UHC | 智렱媛골렰렏 | 111100101010101010001110101111101110101010110000101100001111000110001110101111011000111010100101 | f2aa8ebeeab0b0f18ebd8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)