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 | 湿者[湿者[^ | 1000111010111100100011101101001001011011100011101011110010001110110100100101101101011110 | 8ebc8ed25b8ebc8ed25b5e |
EUC-JP | 湿者[湿者[^ | 1011110010111110101111001101010001011011101111001011111010111100110101000101101101011110 | bcbebcd45bbcbebcd45b5e |
UTF-8 | 湿者[湿者[^ | 111001101011100110111111111010001000000010000101010110111110011010111001101111111110100010000000100001010101101101011110 | e6b9bfe880855be6b9bfe880855b5e |
UHC | ?者[?者[^ | 001111111110110110111010010110110011111111101101101110100101101101011110 | 3fedba5b3fedba5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)