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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歟??揖?? | 1001111101100010001111110011111110010111010010110011111100111111 | 9f623f3f974b3f3f |
EUC-JP | 歟??揖?ł | 11011101110000110011111100111111110011011010110000111111100011111010100111001000 | ddc33f3fcdac3f8fa9c8 |
UTF-8 | 歟㏐랬揖좂ł | 1110011010101101100111111110001110001111100100001110101110011110101011001110011010001111100101101110110010100010100000101100010110000010 | e6ad9fe38f90eb9eace68f96eca282c582 |
UHC | 歟㏐랬揖좂ł | 111001101010001010100111111010101011011110101000111010111110011110100000111001111010100110101001 | e6a2a7eab7a8ebe7a0e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)