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 | 葆′尚留纓 | 11100100110111001000000110001100100011111010111010010111101011111110001110010111 | e4dc818c8fae97afe397 |
EUC-JP | 葆′尚留纓 | 11101000110111101010000111101100101111101011000011001110101100011110010111110111 | e8dea1ecbeb0ceb1e5f7 |
UTF-8 | 葆′尚留纓 | 111010001001000110000110111000101000000010110010111001011011000010011010111001111001010110011001111001111011101010010011 | e89186e280b2e5b09ae79599e7ba93 |
UHC | ?′?留纓 | 0011111110100001110001110011111111010111101110101110011111000101 | 3fa1c73fd7bae7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)