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 | 葆′尚留糢 | 11100100110111001000000110001100100011111010111010010111101011111110001011110101 | e4dc818c8fae97afe2f5 |
EUC-JP | 葆′尚留糢 | 11101000110111101010000111101100101111101011000011001110101100011110010011110111 | e8dea1ecbeb0ceb1e4f7 |
UTF-8 | 葆′尚留糢 | 111010001001000110000110111000101000000010110010111001011011000010011010111001111001010110011001111001111011001110100010 | e89186e280b2e5b09ae79599e7b3a2 |
UHC | ?′?留? | 00111111101000011100011100111111110101111011101000111111 | 3fa1c73fd7ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)