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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?庸?腎 | 001111111001011101100110001111111001000001110100 | 3f97663f9074 |
EUC-JP | ?庸?腎 | 001111111100110111000111001111111011111111010101 | 3fcdc73fbfd5 |
UTF-8 | 뤵庸띔腎 | 111010111010010010110101111001011011101010111000111010111001110110010100111010001000010110001110 | eba4b5e5bab8eb9d94e8858e |
UHC | 뤵庸띔腎 | 1000111111100011111010011011110010110110111010101110001111101100 | 8fe3e9bcb6eae3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)