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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 彫?[彫?[^ | 100100101010010000111111010110111001001010100100001111110101101101011110 | 92a43f5b92a43f5b5e |
EUC-JP | 彫?[彫?[^ | 110001001010011000111111010110111100010010100110001111110101101101011110 | c4a63f5bc4a63f5b5e |
UTF-8 | 彫렩[彫렩[^ | 111001011011110110101011111010111010000010101001010110111110010110111101101010111110101110100000101010010101101101011110 | e5bdabeba0a95be5bdabeba0a95b5e |
UHC | 彫렩[彫렩[^ | 1111000011000001100011101011011101011011111100001100000110001110101101110101101101011110 | f0c18eb75bf0c18eb75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)