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 | 譟肥ーッ | 111001101001111110010100111011001011000010101111 | e69f94ecb0af |
EUC-JP | 譟肥ーッ | 1110110010100001110010001110111010001110101100001000111010101111 | eca1c8ee8eb08eaf |
UTF-8 | 譟肥ーッ | 111010001010110110011111111010001000001010100101111011111011110110110000111011111011110110101111 | e8ad9fe882a5efbdb0efbdaf |
UHC | ?肥?? | 0011111111011101111111100011111100111111 | 3fddfe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)