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 | 弟?翁?? | 10010010111011010011111110001001101001010011111100111111 | 92ed3f89a53f3f |
EUC-JP | 弟?翁?? | 11000100111011110011111110110010101001110011111100111111 | c4ef3fb2a73f3f |
UTF-8 | 弟렱翁렮利 | 111001011011110010011111111010111010000010110001111001111011111110000001111010111010000010101110111011111010011110011101 | e5bc9feba0b1e7bf81eba0aeefa79d |
UHC | 弟렱翁렮利 | 11110000101010011000111010111110111010001011101010001110101110111110110010100110 | f0a98ebee8ba8ebbeca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)