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 | 逋柘餓売 | 1110011110011001100100101101000110001001111011001001010010000100 | e79992d189ec9484 |
EUC-JP | 逋柘餓売 | 1110110111111001110001001101001110110010111011101100011111100100 | edf9c4d3b2eec7e4 |
UTF-8 | 逋柘餓売 | 111010011000000010001011111001101001111110011000111010011010010010010011111001011010001110110010 | e9808be69f98e9a493e5a3b2 |
UHC | 逋?餓? | 111110001110011100111111111001001011101100111111 | f8e73fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)